Token -- Redeem

Exchanges a temporary oauth code for an authorized access token.

Body Params

Used to redeem an access token via authorization code.

string | null

The client_id of the oauth app.

Note: must either be provided in the request body, or in a basic authorization header.

string | null

The client_secret of the oauth app.

Note: must either be provided in the request body, or in a basic authorization header.

string | null
required

The authorization code that resulted from the oauth2 authorization redirect.

string | null

The PKCE code verifier corresponding to the initial PKCE code challenge, if applicable.

string | null
enum
required

The type of OAuth grant which is being requested.

Allowed:
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json