Rendered live from /api/openapi.json (v0.5.0) — the same OpenAPI 3.1 document SDK generation runs against. Every /v1 response uses the { ok, data } / { ok, error } envelope.
Loading interactive explorer…
/v1/unitsinventory/v1/unitsinventory/v1/units/{id}inventory/v1/leadscrm/v1/leadscrm/healthzno auth/demo/unitsno authEndpoints marked "Planned — Q3 2026" on /developers are intentionally absent here: this spec documents only what returns 200 today.
openapi-generator turns this document into a typed client in 20+ languages. Our own TypeScript SDK is generated the same way — see /sdks.
curl -o openapi.json https://autodealerpro.io/api/openapi.json
npx @openapitools/openapi-generator-cli generate \
-i openapi.json -g typescript-fetch -o ./adp-client