Conventions
Every endpoint in the Auradonors API shares a small set of conventions. Internalizing them once means you don’t have to re-read them on each resource page.
- Pagination —
page+pageSizequery parameters and thePaginatedResultresponse envelope used by every list endpoint. - Errors — the RFC 7807
ProblemDetailsenvelope, the four canonical status mappings, thetraceIdextension, and the typedcodemodel. - Idempotency — how to make order creation safe to retry through network failures.
- Rate limits — current per-policy
limits and the
429shape.