Output model type | optional | The response object model type. |
REST API response model definition | required | The model definition of the REST API call response. Only applicable for nodes with object or list output link point. |
HTTP method | required | The desired action to be performed on the REST API endpoint. |
Endpoint | required | The URL of the called REST API resource. |
Authentication | required | The authentication type of the REST API. Can be either no authentication, API Key, Bearer Token, or Basic Authentication. |
API key name | optional | (If authentication is set as API Key) The name of the API key |
API key value | optional | (If authentication is set as API Key) The API key value |
Add to | optional | (If authentication is set as API Key) The location (header or query) to add the API key-value pair |
Token | optional | (If authentication is set as Bearer Token) Bearer token value |
Username | optional | (If authentication is set as Basic Authentication) Authentication username |
Password | optional | (If authentication is set as Basic Authentication) Authentication password |
Query parameters | optional | Set of parameters attached to the end of the endpoint URL to help define specific content or actions. |
Headers | optional | Name-value pairs that are used to pass additional information with the HTTP request. |
Body type | required | The REST API call request body type, how the body parameters of the request will be sent to the API endpoint. |
FormData parameters | optional | Form data type request body parameters. |
URL encoded parameters | optional | URL encoded type request body parameters. |
JSON document | optional | Application JSON type request body document. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |