Learn about API nodes and their HTTP request capabilities
The API node executes HTTP requests to external APIs and web services. It provides flexible configuration for making GET, POST, PUT, DELETE, and other HTTP requests with custom headers, bodies, and authentication.
HTTP Methods
Support for all standard HTTP methods (GET, POST, PUT, DELETE, etc.)
Custom Headers
Configure custom headers for authentication and content types
Request Body
Send JSON, form data, or raw content in request bodies
Method: Select the HTTP method from the dropdown (GET, POST, PUT, DELETE, PATCH, etc.)URL: Enter the full URL endpoint for your API request. You can use variables in the URL path.
Headers
Configure custom headers for your request:
Content-Type: Set to application/json for JSON data
Authorization: Add Bearer tokens or API keys
User-Agent: Custom user agent strings
Accept: Specify expected response format
Body
The request body for POST, PUT, and PATCH requests: