Refresh Token

To get new access token from refresh token

This Page guide us to get new access token after the old access token is expired. Usually access token and refresh token is available when user login using the Login API.

This access token has an expiry time. For example, 3600 secs. After this time the access token gets expired and user session can be over. But to make a seamless user experience we added an API for getting new access token.

Here is the API:

For Getting new access Token

POST https://appapi.cloudsign.pro/api/v1/auth/refresh-token

For Getting Access Token by sending refresh token in headers

Headers

Last updated