Flyte Developer Docs
Welcome to the Flyte API documentation. Build integrations with the Flyte logistics platform to track trips and loads, post freight to the loadboard, and receive real-time event notifications via webhooks.
Quick Start
- Get an API key — Create an access token in Integrations settings
- Make your first request — List your trips with
GET /trip-management/trips/ - Post freight — Publish a loadboard opportunity
- Set up webhooks — Receive real-time notifications when events occur
Authentication
All API requests require authentication via an X-API-KEY header. Learn more →
Base URL
| Environment | URL |
|---|---|
| Production | https://api.flyte.inc |
| Development | https://api.dev.flyte.inc |