v1

latestOpenAPI 3.1.02026-07-2693628.3 KB
Authentication

Request Access token

Get an OAuth 2.0 access token for authenticated API calls <br><br> The API will respond with a JSON object containing the access token and other relevant information. <br/><br/> To make an authenticated API call, include the access token in the authorization header of your API request: <br/><br/> Example: Authorization: Bearer [access_token]

post/oauth2/token

Response

Successful response

access_tokenstring

The alphanumeric token to be used in the "Bearer" authorization header.

expires_ininteger

The time in seconds before token validity expires.

token_typestring

The type of token returned by the service. Defaults to "Bearer".