Get the access token using the refresh token. Get familiar with the API endpoint with request and response.

Use a previously obtained refresh token to generate a new access token. Access tokens are short-lived; you can check the expires_in parameter when generating an access token to determine its lifetime (in seconds). If you need the client application to access Xoxoday data, store the refresh token you get when initiating your OAuth integration and use it to generate a new access token once the initial one expires.

๐Ÿšง

Please note

Please note that the refresh_token generated with this response will be a new refresh_token. So going forward, the client must replace the old refresh_token with the new one.

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