Browse developer docs
Jump between developer documentation categories.
Browse developer docs
Jump between developer documentation categories.
API Concepts
Learn how pagination, errors, idempotency, and versioning work before you wire Mailrith into a sync flow.
Pagination
Page through list endpoints with a stable cursor contract.
→
Errors
Handle stable error envelopes and status codes without depending on internal implementation details.
→
Idempotency
Retry async job creation safely with the `Idempotency-Key` header.
→
Versioning
Pin clients to the `v1` path contract and use the OpenAPI spec for upgrade planning.
→