FreightCake
API Reference

API Reference

Complete reference for every FreightCake API endpoint.

Overview

The FreightCake API is organized around REST. All requests and responses use JSON. Authentication is via Bearer token.

Base URL:

https://api.freightcake.com/api/v1

Resources

Every page below is generated from the live OpenAPI specification and includes an interactive playground, so you can run real sandbox requests without leaving the docs.

ResourceDescription
QuotesRate-shop freight across every enabled carrier
FreightBook, amend, and cancel LTL freight shipments
TrackingFollow shipments from pickup to delivery
CarriersCarriers enabled for your account
AddressesReusable, validated address book entries
InvoicesBilling records and downloadable PDFs
WebhooksSigned event delivery to your endpoints
SandboxTest-mode helpers for exercising integrations

Authentication

All API requests require a Bearer token in the Authorization header:

curl https://api.freightcake.com/api/v1/quotes \
  -H "Authorization: Bearer fk_test_REPLACE_WITH_YOUR_KEY"

See Authentication for key modes, security, and restricted-key behavior.

On this page