إنتقل إلى المحتوى الرئيسي

Errors

Error envelope:

{ "error": { "code": "...", "message": "..." }, "meta": { "request_id": "..." } }
CodeHTTPMeaning
unauthorized401Missing/invalid Authorization header
forbidden403Authenticated but lacks scope or pilot enrollment
not_found404Resource doesn't exist or doesn't belong to your store
bad_request400Validation error; see message and optional details
method_not_allowed405Path exists for another method
rate_limited429Per-minute limit; Retry-After header included
quota_exceeded402Monthly cap hit; upgrade or wait
server_error500Unexpected origin error; safe to retry idempotent calls

Always include meta.request_id when contacting support.