Me
Create an OAuth Token
Exchange a code for a token
POST
For more information about OAuth, follow our Webapp guide.
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
200
application/json
oauth token created
The access token of the user
Was this page helpful?