3. Exchange the Refresh Token for an Access & Refresh Token

Once you have a refresh_token, you can then exchange that refresh_token for an access_token and a new refresh_token. This is important as your access_token has a short lifetime of only a few hours, but the refresh_token has a lifetime of up to 180 days on a sliding scale.

Path Params
string
required
Form Data
string
required
Defaults to refresh_token
string
required
string
required
string
required
Headers
string
required
Defaults to application/x-www-form-urlencoded
Responses

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