Hello, I have been playing around with the API in postman but recently have not been able to use it as I only get the following error message.
{
“error”: “access_denied”,
“error_description”: “The resource owner or authorization server denied the request.”,
“hint”: “Access token has been revoked”,
“message”: “The resource owner or authorization server denied the request.”
}
I have tried requesting new access tokens but no matter what I do they all give this response. If I wait for them to expire then I will get this error message.
{
“error”: “access_denied”,
“error_description”: “The resource owner or authorization server denied the request.”,
“hint”: “Access token could not be verified”,
“message”: “The resource owner or authorization server denied the request.”
}
Not too sure what else I can do besides rebuild my whole Xibo server which I really don’t want to do. Any help would be appreciated. Thank you!