Endpoint
Request Body
The request body should be sent asapplication/x-www-form-urlencoded.
For authorization code exchange
string
required
Must be
authorization_codestring
required
The authorization code received from the authorization flow
string
required
The redirect URI used in the authorization request
string
required
Your OAuth application’s client ID
string
required
Your OAuth application’s client secret
For token refresh
string
required
Must be
refresh_tokenstring
required
The refresh token from a previous token response
string
required
Your OAuth application’s client ID
string
required
Your OAuth application’s client secret
Response
Success Response (200 OK)
string
The OAuth access token to use for API requests
string
Will always be “Bearer”
integer
Number of seconds until the access token expires
string
Token to use for refreshing the access token when it expires
string
Space-separated list of scopes granted to this token

