CtrlChain Developers
Getting started

Introduction

The CtrlChain API is a REST API for booking and tracking freight on the CtrlChain network. Use it to fetch your booking users and lanes, place lane bookings, follow the resulting orders, and receive webhook notifications when their status changes.

Base URL

base url
https://api.ctrlchain.com/api/v1

The API speaks JSON and returns conventional HTTP status codes. All endpoints live under the same base URL and are authenticated with the same API key.

Versioning

The major version lives in the path (/api/v1). Backwards-compatible changes — new fields, new endpoints, new webhook event types — can ship without notice, so your JSON parsing must tolerate unknown fields.

The complete, machine-readable contract is published as an OpenAPI document at api.ctrlchain.com/swagger/v1/swagger.json — use it to generate clients and mock servers.