We're using OAuth 2.0's client credentials flow for API access.
Getting your credentials
First, your CSM should create the credentials for you and share with you your APIIDand yourAPISecret.
Using your credentials to make an API call
- Generate an access token:
Once you have your credentials you can utilize it to generate an access token which will be used across our apis.
Check the "Generate Access Token" endpoint. - Use an access token:
Send your generated access token under theAuthorizationheader, like this:Authorization: Bearer YOUR_TOKEN