Using client credentials

Use the token endpoint to retrieve an access token which can be used to authorize API
requests. This endpoint supports the Authorization Code grant, the Refresh Token grant and the Client Credentials grant.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

[!NOTE]
Please ensure the placeholder is removed from the URL. The correct endpoint is: [https://example.com/v6/authentication/oauth2/token]


Form Data
string

Application client ID.

string

Application client secret.

string

Identifies the grant type being used. For Authorization Code grant use authorization_code.

string

List of scopes to request to be granted to the access token. Can only be a subset of the scopes requested in the Authorize application request. When not passed, all the scopes will be requested.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json