Refresh Access Token
Last updated
Last updated
Content-Type
string
application/json
grant_type
string
Denotes the flow you are using to generate Access Token. For Refresh Token Flow, use refresh_token
.
client_id
string
Your application's Client ID.
client_secret
string
Your application's Client Secret.
refresh_token
string
The Refresh Token you received during authorization to obtain a new Access Token.