Authentication and data flow
For a REST import, Dawn uses the saved credential in the configured request. Token-based requests use the provider’s token or key; a configured OAuth flow obtains an access token before requesting data. Confirm the authentication requirements against the provider’s documentation. The provider receives the request values you configure. If you use values from a Dawn dataset to build requests, those selected values are sent to the provider too. Review the destination and request contents before running the import. For a Custom integration, the extraction code determines authentication, outbound requests, and how returned data is processed. Review that code and its required credentials; the REST diagram is not a guarantee of a custom workflow’s behaviour. Refreshing either type requires another run, and revoking source access does not delete existing imported data.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.