Gather the provider details
Before creating a connection, find the provider’s API documentation and identify:- The base URL and endpoint that returns the required data.
- The authentication method and required permissions.
- Request parameters, filters, and any body fields.
- The location of records inside the response.
- Pagination, rate limits, and token expiry behaviour.
REST API setup
- Open Connections → New connection → Rest Api.
- Enter the Base URL and any non-sensitive Default header JSON, such as
{"Accept":"application/json"}. - Create or select the appropriate credential and save the connection.
- Configure the import’s URL, method, body, response data field, and pagination as required by the provider.
- Review a small request before running the full import.