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

ResourceDescription
QuotesRequest multi-carrier LTL freight rate quotes
Freight ShipmentsBook, manage, and cancel LTL freight
TrackingTrack shipment status and delivery updates
InvoicesView and manage freight invoices
AddressesManage saved addresses and validate with USPS
CarriersList available carriers and service levels
Webhook EndpointsConfigure webhook subscriptions for events

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