v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
auth-tokens

Obtain an access token with a 24-hour expiry. Contact our support team to request the client_id and client_secret.

Provides an access token to query the APIs

post/auth-tokens/v2/api

Request body

client_idstring required

ID assigned to Client Organization

client_secretstring required

Secret assigned to Client Organization

grant_typestring

This is always “client”

Response

The record has been successfully created.

access_tokenstring required

Example response

{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}
All 79 operations