Skip to main content

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

PropertyDescriptionRequiredDefault
NameThe name of the activity.YesAPI_1
MethodThe HTTP method to be used for the request.YesGET
Base URLThe URL of the API endpoint.Yes
Query ParamsThe query parameters to be sent with the request.No
State ParamsThe state parameters to be sent with the request.No
HeadersThe headers to be sent with the request.No
BodyThe body of the HTTP request.No

Advanced Options

For more information on advanced settings, see the API Advanced Options documentation.