API (HTTP Request)
The API (HTTP Request) activity allows you to make an HTTP request to an API endpoint. You can use this activity to perform operations like fetching data from an API, sending data to an API, updating data, removing data and much more.
Configuration
Property | Description | Required | Default |
---|---|---|---|
Name | The name of the activity. | Yes | API_1 |
Method | The HTTP method to be used for the request. | Yes | GET |
Base URL | The URL of the API endpoint. | Yes | |
Query Params | The query parameters to be sent with the request. | No | |
State Params | The state parameters to be sent with the request. | No | |
Headers | The headers to be sent with the request. | No | |
Body | The body of the HTTP request. | No |
Advanced Options
For more information on advanced settings, see the API Advanced Options documentation.