POST
/
v5
/
oauth
/
token

For more information about OAuth, follow our Webapp guide.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
client_id
string
required

The client ID of your oAuth application.

client_secret
string
required

The client secret of your oAuth application.

code
string
required

The authorization code

grant_type
enum<string>
required

The grant type

Available options:
authorization_code
redirect_uri
string
required

The redirect URI

Response

201 - application/json
access_token
string
required

The access token of the user

Was this page helpful?