The complete API is described by a machine-readable OpenAPI 3.1 document — the same source the docs and the official SDK are reconciled against, so it never drifts from the live API.
Explore every endpoint, schema, and example interactively below — rendered live from openapi.json, so it always reflects the current API.
Download or link it directly: pristinesend.com/openapi.json. It covers all nine endpoints, the error envelope and the full error-code list, authentication, pagination, idempotency, and the test/live environment.
Point Postman, Insomnia, Bruno, or a Swagger/Scalar viewer at the URL:
Generate a client in any language from the spec. For Node / TypeScript, the hand-tuned official SDK gives you a better experience (typed errors, the cursor iterator, idempotency, retries, and react:).