CtrlChain Developers
Getting started

Authentication

Every request is authenticated with an apiKey header. Keys are issued per enterprise by CtrlChain.

curl
curl https://api.ctrlchain.com/api/v1/Lane/get-lanes \
  -H "apiKey: <your-api-key>"

A key is scoped to your enterprise: it sees your own groups, booking users, lanes, orders, and webhook events. There is no self-serve signup — request a key through your CtrlChain account manager or info@ctrlchain.com.

Keep keys server-side only. Never embed them in mobile apps or browser code — anyone holding the key can book freight on your account.