Hello guys I have a problem here, I have encountered this error response from an API.
(Error code 444) , Is anyone knows on how to fix it? Thanks.
{
"message" : "Token Invalid: Please Request a new Token",
"exception" : "E1LoginException",
}
Hi Reymart,
This normally happens when you are passing an invalid token to your API request. You need to make sure your token is valid when you call your API request. You can generate a new token before you call the API and then use that one. This should fix your problem.
Hope this helps. Let me know if you have any other questions.
Best regards,
Lourenco Matalonga
were you able to solve your problem?