Refresh Token Flow
Following process describes how to renew your application's access token if a refresh token is present.
Request
Parameter
Description
grant_type
Set to refresh_token
client_id
Your application's Client ID.
refresh_token
Your previously obtained refresh token. See Authorization Scopes for details.
Response
Last updated