Changelog
What changed in the Customer Data API, newest first.
We version the contract conservatively: fields are added, never
removed or retyped, within /api/v1. Anything breaking would ship as
a new version path with a migration window — and an email to every
integration contact first.
2026-07-10 — v1 launch
GET /api/v1/loads— initial release: Bearer-key auth,updatedSincedelta polling, page-number pagination (default 100, max 1000), per-key rate limiting (default 10/min) withX-RateLimit-*headers.- OpenAPI 3.1 document published at
/api/v1/openapi.json. - This documentation site.