Skip to main content
POST
Go (SDK)

Body

application/x-www-form-urlencoded
grant_type
string
required
Allowed value: "authorization_code"
client_id
string
required
client_secret
string
required
code
string
required
redirect_uri
string<uri>
required
Required string length: 1 - 2083

Response

200 - application/json

Successful Response

access_token
string
required
token_type
string
required
Allowed value: "Bearer"
expires_in
integer
required
scope
string
required
refresh_token
string | null
id_token
string | null