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.

Language
Click Try It! to start a request and see the response here!