Skip to content

Error Codes

All API errors return a consistent JSON structure with a code and message.

Error Codes

CodeHTTP StatusDescription
UNAUTHORIZED401Missing or invalid authentication
FORBIDDEN403Insufficient permissions for this action
NOT_FOUND404Resource does not exist
VALIDATION_ERROR400Request body failed validation
PLAN_LIMIT403Action exceeds your plan's limits
RATE_LIMITED429Too many requests
INTERNAL_ERROR500Unexpected server error

On this page