Authentication

Create Access Token

Retrieve an access token using OAuth2 client credentials grant

post/auth/oauth/token

Request body

clientIdstring required
clientSecretstring required
grantType'client_credentials' required

Response

Access token response

access_tokenstring required
token_type'Bearer' required
expires_innumber required

Expiration time in seconds

Changes

No recorded changes to this endpoint across all 3 revisions of this API.