After 360 days from the date the "Grant token" was issued, running any API will return an error message similar to the one below:
"Please take a look at https://rest.reviso.com and follow the links to help on authorization, or use the word demo for both tokens.", "httpStatusCode": 401, "logId": "5f89f7d1-0f24-4a14-a2b9-ccb86dfa88d7", "logTime": "2024-02-12T15:36:46", "message": "Login to API server failed." .
To do this, you must renew the token for the data access authorization.
Log in to your Reviso developer agreement, view the applications and click on the Request URL button that corresponds to the application for which you want to renew the authorization.
A url is created which is sent to the customer.
https://app.reviso.com/api1/requestaccess.aspx?appId=<PublicAppToken>&locale=<locale-code>
After clicking on the URL, the user will be redirected to the Reviso login page and, after selcting the agreement to which the app will be associated, they will be redirected to the Grant Token request page.
After authorizing the app, the end user receives the grant token, which they can send to the app owner.


