Deprecated; see getting started guide. Converts an auth code to an access token

This is the flow that regular web apps use to access an API. Use this endpoint to exchange an Authorization Code for a token.

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

Your application's Client ID.

string

Your application's Client Secret.

string

The Authorization Code received from the initial /token call.

string

This is required only if it was set at the GET /token endpoint. The values from /token must match the value you set at /oauth/token

Responses

400

The request is invalid, make sure the parameters are correct

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