Me
Create an OAuth Token
Exchange a code for a token
POST
/
v5
/
oauth
/
token
For more information about OAuth, follow our Webapp guide.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The grant type
Available options:
authorization_code
The authorization code
The client ID of your oAuth application.
The client secret of your oAuth application.
The redirect URI
Response
201 - application/json
The access token of the user
Was this page helpful?