Refresh Token

This endpoint lets you obtain an authorization token. This endpoint only supports authorization for the code grant flow.

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

The value should be either authorization_code or refresh_token.

string
required

The client id from cognito.

string

The authorization code. This is not required when grant_type=refresh_token.

string

The redirect uri fro cognito app registration. This is not required when grant_type=refresh_token.

string

The refresh token. This is only required when grant_type=refresh_token.

string

The proof key. Required if grant_type is authorization_code and the authorization code was requested with PKCE.

Headers
string

Basic base64 encoded clientId:clientSecret

Responses

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