Customer Data API

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-15 — v1.1.0

  • GET /api/v1/loads — added createdAt (ISO 8601) to every load row: when the load was first created in FR8 Factory. Guaranteed non-null, so it's safe to key filters on. For loads that predate your data feed, this is the date the load was first imported, which may be later than the load's real-world creation. Additive only — no existing field changed.

2026-07-10 — v1 launch

  • GET /api/v1/loads — initial release: Bearer-key auth, updatedSince delta polling, page-number pagination (default and max 100), a trailing 12-month window (loads scheduled to pick up in the last 12 months), per-key rate limiting (default 10/min) with X-RateLimit-* headers.
  • OpenAPI 3.1 document published at /api/v1/openapi.json.
  • This documentation site.

On this page