Refresh Token

Get the access token using the refresh token. Get familiar with the API endpoint with request and response.

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

📘

Learn how to manage your access and refresh tokens here.

Request Schema

PropertyTypeDescription
grant_typestringMust be "refresh_token" to indicate token regeneration.
refresh_tokenstringThe existing refresh token used to generate a new access token.
client_idstringClient ID provided to you for authentication.
client_secretstringClient secret used to authenticate and validate the refresh request.

Response Schema

PropertyTypeDescription
access_tokenstringNewly generated access token.
token_typestringType of token issued (bearer).
expires_innumberAccess token validity duration (in seconds).
refresh_tokenstringNew refresh token issued to the user.
Body Params
string
Defaults to refresh_token
string
Defaults to XXXXXXXXX
string
Defaults to XXXXXXXXX
string
Defaults to XXXXXXXXX
Responses

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