Rest API
You can connect to your REST API to request data and interact with 3rd party services or even your own backend. This allows you to combine data with your other data sources and trigger operations based on data of other data source.
Connecting to your REST API
To connect your REST API, follow the steps below:
Go to Data Management and click on "New source" to create a new data source.
Select REST API from the list of available data sources.
Name your data source connection and provide the connection details:
Setting | Description |
---|---|
Base url | The base url where the API endpoints are placed. You can also provide the entire url for the endpoint if you want to create one data source for each endpoint. |
Timeout | Length until request times out (to avoid infinitely long requests). |
Params | Parameters that are passed along with the request. |
Headers | Headers that are passed along with the request. Especially useful for authentication headers for simple authentication via bearer token. |
(optional) OAuth 2.0 Authentication |
|
Click on "Test connection" to ensure that your connection works reliably and save your data source connection with "Connect".
Note: You can configure the data source for two different environments, Staging and Production. You can find more information about it here.
Last updated