Skip to main content

ForbiddenError

error objectrequired
codestringrequired

Possible values: [FORBIDDEN]

messagestringrequired

Human-readable error message

Example: Access token does not have the required scope
requestIdstring<uuid>

Unique identifier for this request, useful for debugging

Example: 550e8400-e29b-41d4-a716-446655440000
ForbiddenError
{
"error": {
"code": "FORBIDDEN",
"message": "Access token does not have the required scope",
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}
}