Generate Refresh token

An access token is always valid for a limited amount of time – indicated in seconds in the expires_in property of the JSON response.

Using the refresh token will allow you to request a new access token once the last one expired without having to use user credentials again.

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