Get the access token using the refresh token. Get familiar with the API endpoint with request and response.
RECENT REQUESTS
TIME | STATUS | USER AGENT |
|
Make a request to see history. |
|
|
|
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.
For the Body Params, Responses and Response to request click here.