All API requests must include your assigned client token in the request header:
Your client token will be shared separately by our team. Please treat it as a confidential credential.
Unlike a session-based bearer token, this client token does not expire on a rolling basis and is not obtained through a login call — it is issued directly to your organization.
Using the Token
Include the header on every request to the Provider Data Import API:
| Header | Required | Description |
|---|---|---|
| X-Client-Token | Yes | Your assigned client token. |

