I have a scenario where I'm integrating Clio API with another API for communicating. It's mentioned in the Clio API documentation that the refresh token is for a lifetime but getting expires after 30 days. Can anyone help me with that?
Clio refresh token is getting expires after 30 days
172 views Asked by Asher Baig At
1
The clio
access_tokenexpires after 30 days. You need to add code that checks theexpires_indate before each call, and if it is expired, you use therefresh_tokento request a newaccess_token(where you will receive a newrefresh_token).See the this doc section for more details: https://app.clio.com/api/v4/documentation#section/Authorization-with-OAuth-2.0/Oauth-Refresh-Tokens