Skip to main content
The Mailbox API uses standard HTTP status codes and the same error envelope as the Management API.

Error response format

Common codes

Retry handling

Retry only when retryable is true. For 429 and 503, use the Retry-After header before retrying.
For POST requests that support Idempotency-Key, send a unique key so a retry cannot perform the same operation twice.