Refresh JSON Web Token
Here, you can learn how to make an API call to refresh a valid JSON Web Token. Once you execute the call successfully, you will receive a JSON Web Token with new expiration time.
Sample API call
To refresh a valid JSON Web Token, make the following API call.
https://auth-api.sandbox.tuumplatform.com/api/v1/authorise/refresh
Sample request
Below is an example request body of the API call to refresh a valid JSON Web Token.
https://auth-api.sandbox.tuumplatform.com/api/v1/authorise/refresh
Sample response
Below you find an example response body to the API call above.
Result
The response will contain a fresh JSON Web Token with an updated expiration time.
Last updated
Was this helpful?