We're using OAuth 2.0's client credentials flow for API access. This involves two steps:
- Create Customer Credentials:
Your CSM should create the credentials for you and share with you yourAPIID
and yourAPISecret
. - Generate 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.