Mango API - "mangoStatusCode": 4004 on Core 4.4.1
-
Hello, having an issue accessing the API using JWT using -
- Core version 4.4.1
- API version 4.4.0
When attempting to connect either via swagger or using python I am getting a 401 and the following response -
{
"mangoStatusCode": 4004,
"mangoStatusName": "ACCESS_DENIED",
"localizedMessage": "Access denied"
}I have created JWT for user, set rest.enabled=true and swagger.enabled=true.
Am I missing something in 4.4.1 to allow use of the API?
Where can I find more info on StatusCode 4004?I have this working in other instances - Core v3.7.12 and v4.3.0
Thank you