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
ShipmentsBook, manage, and cancel freight shipments
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_your_key_here"

See Authentication for details on API key types and scopes.

On this page