Question:
- Being returned a 403 Error response when attempting to use the Refresh Token
Environment:
- Clio Manage
- Clio API
Additional Information:
Answer:
The most likely culprit is that the Client ID, Client Secret, Grant Type, and Refresh Token are being passed in as parameters instead of in the body. This is required as the content type of the request is "application/x-www-form-urlencoded"
- Remove the Client ID, Client Secret, Grant Type, and Refresh Token from the parameters of the request
- Add the Client ID, Client Secret, Grant Type, and Refresh Token and their corresponding values to the body of the request