Issue:
- When a request is made using an expired access_token, Clio will respond with a 401 HTTP status code and this error message and description:
"error": "invalid_token",
"error_description": "The access token provided is expired, revoked, malformed or invalid for other reasons."
Environment:
- Clio's API v4
Additional Information:
More information about refresh_token use and OAuth can be found in Clio's API v4 documentation by clicking here
Cause:
Your Access Token is expired
Resolution:
- POST
/oath/token
with thegrant_type: "refresh_token"
using the refresh_token you were given during the initial OAuth authorization process.