Discussions
I cannot make calls to certain endpoints
about 2 years ago by David
Hi,
I am trying to make a call to the endpoint (time-off-types) and I get the following error.
When making the call, I perform the same process as with the others.
1- Login
2- I get the token
3- I make an endpoint call by adding the tocken to the authorization / bearer token section.
{
"success": false,
"error": {
"message": "The token has been blacklisted",
"code": 401
}
}
The tests are performed from the Postman utility
Thanks.