- Call the /v2/oauth2/token endpoint and pass the refresh token along with these parameters.
- grant_type —Specify the string refresh_token .
- refresh_token —The refresh token you created.
- valid_for —Number of seconds until the access token expires. Default is 60 seconds.