Authentication

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:

HeaderRequiredDescription
X-Client-TokenYesYour assigned client token.
❗️

If the token is missing or invalid, the API returns 401 Unauthorized.