Skip to main content
POST
/
oauth
/
token
Error
A valid request URL is required to generate request examples
{
  "access_token": "<string>",
  "expires_in": 123,
  "refresh_token": "<string>",
  "scope": "<string>",
  "token_type": "<string>"
}

Body

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

Must be 'authorization_code'

code
string
required

Authorization code

redirect_uri
string
required

Redirect URI used in authorization request

client_id
string
required

Client ID

code_verifier
string
required

PKCE Code Verifier

client_secret
string

Client Secret (for confidential clients using client_secret_post)

Response

OK

access_token
string
expires_in
integer

In seconds

refresh_token
string
scope
string
token_type
string