You are not logged in.
I am able to login to the Thirdlight UI but with the same credentials when i try to log in API in Swagger UI, it gives me the error message shown below.
{
"code": 9,
"message": "USER_NOT_FOUND",
"details": []
}
Please the resolve the issue.
Offline
Please check that you are encoding your username and password correctly in JSON - particularly escaping backslashes.
Offline