API Reference

Authentication

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

  1. 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.
  2. Use an access token:
    Send your generated access token under the Authorization header, like this: Authorization: Bearer YOUR_TOKEN