Using a refresh token

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

Refresh token returned from the Retrieve token request.

Response

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