API Reference

We're using OAuth 2.0's client credentials flow for API access. This involves two steps:

  1. Create Customer Credentials:
    Your CSM should create the credentials for you and share with you your APIIDand yourAPISecret.
  2. 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.