Quick Integration
Instantly compute rates or dispatch bookings using your preferred language framework.
curl -X POST "https://api.towercrownlogistics.com/v1/shipments/calculate-rates" \
-H "Authorization: tcl_sb_secret_9d8s27f123a1a" \
-H "Content-Type: application/json" \
-d '{
"distanceKm": 120.5,
"weightKg": 4.2,
"isWhiteLabelPAYG": false
}'
Explore Core Integration Modules
Dive deep into key APIs and services to build a full-featured logistics client.
Authentication & Security
Authorize machine integrations using standard Client Credentials and rotate secure keys in sandbox or production.
Shipment Dispatch
Calculate weight/distance quotes and register bookings with custom pick-up and delivery coordinates.
Cryptographic Webhooks
Receive asynchronous notifications when shipment statuses change. Verify payloads with signatures.
Prepaid Wallets
Fund virtual accounts, query balances, and view transit debit logs for programmatic bookings.
Workspace Management
Organize API credentials, manage user roles, and monitor team activities across your logistics workspace.
Interactive Walkthrough
Step-by-step guides to sandbox environments, dispatch simulation, and developer tools.