Skip to main content
POST
Get Access Token

Body

application/x-www-form-urlencoded
client_id
string
required

The application's client ID

Example:

"YOUR_CLIENT_ID"

client_secret
string
required

The application's client secret

Example:

"YOUR_CLIENT_SECRET"

code
string
required

The authorization code received from the authorization endpoint

Example:

"AUTHORIZATION_CODE"

Response

Successful token exchange

data
object