Reference
API reference
Every public endpoint, generated from the OpenAPI spec.
Every endpoint an integrator can call, generated from the same OpenAPI 3.1 document the server
publishes at /api/openapi.public.json. Pages are grouped by resource — expand this section in the
sidebar to browse them.
The document is a curated view: over half of the internal spec's operations are /api/admin/*,
which no integrator can call, so publishing their shapes would describe the internals without
helping anyone. It needs no credentials, so you can point a code generator straight at it:
curl https://thedocdealer.com/api/openapi.public.jsonEvery request needs an Authorization: Bearer <api-key> header — see
Authentication for scopes and the template allowlist.