Skip to main content

v1.1.1 — 2026-04-10

This update keeps the public v1 contract additive while aligning the published OpenAPI and downstream tooling with implemented runtime behavior.

Changed

  • documented uppercase load status enums across the API contract
  • documented nextCursor pagination for load list responses
  • documented requestId in success and error envelopes
  • aligned webhook delivery docs with raw JSON payloads plus X-Trailflow-* signature headers
  • aligned driver write inputs and responses around primaryPhone input and phone response fields
  • aligned health, tracking, SDK, and MCP docs with the current runtime contract

Compatibility

  • no breaking path or version changes were introduced; integrations staying within v1 remain compatible

v1.1.0 — 2026-03-20

This is the current public contract version published in openapi.v1.yaml.

Added

  • cursor-safe GET /v1/loads pagination and nextCursor
  • runtime tracking eligibility fields on loads and the tracking endpoint
  • richer customer and carrier lookup payloads with operational contact metadata
  • TypeScript SDK available to approved integration teams on request
  • Mintlify developer portal with OpenAPI-backed interactive API reference

Compatibility

  • changes remain additive inside v1 by default
  • any breaking change to v1 will be communicated and coordinated with affected partners before it takes effect