Refresh Token
Authorization
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.
POST
Refresh Token
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.string
required
Your OAuth client ID
string
required
Your OAuth client secret
string
required
Must be set to
refresh_token for this flowstring
required
The redirect URI registered with your OAuth client
string
required
The refresh token obtained from the Generate Token endpoint
string
A new access token to use for API requests
string
A new refresh token (may be the same or different from the one provided)
string
The type of token, typically
Bearerinteger
The 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