Getting Started with API Access
To access the API, partners must authenticate using the OAuth 2.0 Client Credentials flow. This ensures secure, token-based access for approved applications.
To obtain an access token, contact your Partner Success representative.
- Your Partner Success representative will need the name, email, and role of the person responsible for API integration on the partner’s side.
- You will be provisioned with client credentials:
client_id
andclient_secret
, and granted access to the appropriate API scopes. - Access tokens expire after 30 days. Once expired, you will need to refresh them by repeating the token request.
- Keep your
client_id
andclient_secret
confidential.