401 Unauthorized
Code | 401 |
---|---|
Description | Authentication Error. |
Correlation ID | Unique identifier of the response. |
Type | Client. |
Message | Unauthorized. Access token is missing or invalid. |
Generic Cause | Token is invalid or has expired. |
Quick Fix | Get a new token and try again. |
Error Example:
{
"error": {
"correlationId": "aa866cf4-83bf-4c29-8290-81ca93c8b1f8",
"type": "client",
"message": "Unauthorized. Access token is missing or invalid."
}
}