"httpStatus": "401 - Unauthorized" "errorMessage": "invalid_request" | XM Community
Skip to main content

Hi All,
I have some code that calls the API multiple times per day each day. From today I'm getting the below response.
I get the same response using Postman as well and from different networks.
Any ideas what can be the cause of this?
 {
    "meta": {
        "requestId": "1db641 .... 4d0b",
        "httpStatus": "401 - Unauthorized",
        "error": {
            "errorCode": "AuthN_2.0",
            "errorMessage": "invalid_request"
        }
    }
}
Thanks

Please disregard, it was a disabled user account that was causing the problem.


Leave a Reply