Issue
Request to any of the endpoint for the bitnami docker Image , produces this error
{
“error”: “access_denied”,
“message”: “The resource owner or authorization server denied the request.”,
“hint”: “Access token could not be verified”
}
I have generated the access token from the postman from “get new Access Token” .
Expected Behavior
GET Request
https://<suite-url>/Api/V8/module/Accounts/<user-id>
Should return user details.
Actual Behavior
Response 401 Unauthorized
{
“error”: “access_denied”,
“message”: “The resource owner or authorization server denied the request.”,
“hint”: “Access token could not be verified”
}
Your Environment
Latest Version from
https://github.com/bitnami/bitnami-docker-suitecrm
SuiteCRM Version used: Version 7.11.10 Sugar Version 6.5.25 (Build 344)
Request produced on Postman