The HTTP Request node is arguably the most powerful node in n8n. It lets you connect to any REST API, even if n8n doesn't have a dedicated integration.
Capabilities
- - All HTTP methods: GET, POST, PUT, PATCH, DELETE
- - Authentication: API Key, OAuth2, Bearer Token, Basic Auth
- - Request body: JSON, Form Data, Binary
- - Response handling: JSON, text, binary (files)
- - Pagination: Built-in support for cursor and offset pagination