This endpoint handles both authorization code exchange for tokens and refresh token exchange for new tokens based on the grant_type provided.

Form Data
Responses

Response body
object
string

The access token issued by the authorization server.

string

A token that can be used to obtain a new access token when the original expires.

string

The type of token issued (usually 'Bearer').

integer

The lifetime in seconds of the access token.

integer

The lifetime in seconds of the refresh token.

string

The scopes associated with the access token.

400

Invalid request, such as missing parameters or invalid grant type.

Language
Credentials
: