Skip to main content
All error responses follow the standard error format. Validation errors (422) and rate limit errors (429) apply to all endpoints and are documented in the Error Handling guide.
CodeStatusMessage
INVALID_OPERATION400This operation cannot be performed.
INVALID_TOKEN401Invalid or expired token.
NOT_AUTHENTICATED401Authentication required.
ACCESS_DENIED403You are not authorized to perform this action.
INSUFFICIENT_PERMISSIONS403You don’t have permission to perform this action.
NO_PARTY_CONTEXT403You must belong to a party to perform this action.
RESOURCE_NOT_FOUND404The requested resource was not found.
IDENTITY_SERVICE_ERROR500Something went wrong. Please try again.