Refresh Token
Obtain a new access token using your refresh token. Use this endpoint when your access token expires to continue making API calls without requiring user re-authorization.Your OAuth client ID
Your OAuth client secret
Must be set to
refresh_token for this flowThe redirect URI registered with your OAuth client
The refresh token obtained from the Generate Token endpoint
A new access token to use for API requests
A new refresh token (may be the same or different from the one provided)
The type of token, typically
BearerThe number of seconds until the new access token expires
Refresh your access token before it expires to ensure uninterrupted API access. Most applications refresh tokens proactively when they’re close to expiration.
Body
application/x-www-form-urlencoded
Your OAuth client ID
Your OAuth client secret
Must be set to 'refresh_token' for this flow
Available options:
refresh_token The redirect URI registered with your OAuth client
The refresh token obtained from the Generate Token endpoint
Response
Token response