Request tokens

Post here with authorization code for authorization code grant type or refresh token for refresh token type. This corresponds to the token endpoint, section 3.2 of the OAuth 2 RFC.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
enum
required
Allowed:
string

Authorization code in case of authorization_code grant_type.

string

Refresh token in case of refresh_token grant type.

string

Redirect URI

string
required

Client ID

string

Client Secret

string

Scope

string

The code_verifier is the input value of the code_challenge sent when authorizing a user (see Authorization Code Flow). Depending on the code_challenge_method the code_challenge is either exactly the same as the code_verifier (plain) or it is the SHA 256 base64 url encoded value of the code_verifier (S256). See https://oauth.net/2/pkce/ for more details.

Responses

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