Skip to main content

UnauthorizedError

error objectrequired
codestringrequired

Possible values: [UNAUTHORIZED]

messagestringrequired

Human-readable error message

Example: Authentication is required to access this resource
requestIdstring<uuid>

Unique identifier for this request, useful for debugging

Example: 550e8400-e29b-41d4-a716-446655440000
UnauthorizedError
{
"error": {
"code": "UNAUTHORIZED",
"message": "Authentication is required to access this resource",
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}
}