Skip to content

Documentation

Cargofollow is infrastructure for electronic freight documents in the EU. One POST /v1/shipments gives you a consignment note with a hash chain, signable links, documents and webhooks — plus the eFTI dataset in the shape Regulation (EU) 2020/1056 prescribes.

  • One resource at the centre. A shipment bundles parties, goods, documents, signatures and events. Everything hangs off it.
  • Issuing freezes it. POST /v1/shipments/{id}/issue locks the consignment note fields and adds the first link in the hash chain. After that, every change is a new, verifiable version.
  • Errors are application/problem+json. Every error carries a stable code, a request_id and, on validation, an errors array per field. See Error codes.
  • Test and live are separate. Your key prefix (sk_test_ or sk_live_) decides the mode; data from the two modes never mixes.
Environment API Status
Sandbox https://api.eftisandbox.app Available
Production https://api.cargofollow.com In preparation