Forum Discussion
3 years ago
I’m getting a 200 response and the body bellow for any get requests I have done.
{
    "data": null,
    "errmsg": "Authentication failed",
    "status": 1401
}Also to clarify:
api_id = access ID
api_key = access key
I have set up everything but still i’m getting the response above. My api key has administrator role.


