Skip to main content
ezyshield uses HTTP status codes to distinguish authentication, authorization, validation, rate-limit, and server errors.

Validation errors

Validation errors return 422. Use them to correct request fields before retrying. For exact field rules, read the generated endpoint reference.

Authorization errors

API keys are organization-scoped and ability-scoped. A valid key can still receive 403 if it does not include the ability required by the endpoint. See Authentication for abilities and key handling.