API Reference
Merchant endpoints grouped by feature area.
Authentication
Authenticate merchant users and refresh access tokens.
Quotes
Request and manage transport pricing quotes.
Shipments
Create, view, update, and track shipments.
/api/v1/shipments
Create a shipment record.
View endpoint
/api/v1/shipments/on-demand
Create an on-demand shipment.
View endpoint
/api/v1/shipments
List shipments.
View endpoint
/api/v1/shipments/{shipment_id}
Retrieve a shipment by ID.
View endpoint
/api/v1/shipments/{shipment_id}
Update mutable shipment fields.
View endpoint
/api/v1/shipments/{shipment_id}/tracking
Fetch tracking timeline for a shipment.
View endpoint
/api/v1/shipments/{shipment_id}/quotes
List quote options linked to a shipment.
View endpoint
Bookings
Book, view, and cancel booked shipments.
/api/v1/shipments/{shipment_id}/book
Book a shipment using a quote option.
View endpoint
/api/v1/bookings
List merchant bookings.
View endpoint
/api/v1/bookings/{booking_id}
Retrieve a booking by ID.
View endpoint
/api/v1/shipments/{shipment_id}/cancel
Cancel a shipment booking.
View endpoint
Webhook Subscriptions
Receive real-time delivery and shipment events.
/api/v1/webhooks/subscriptions
Register a webhook endpoint.
View endpoint
/api/v1/webhooks/subscriptions
List webhook subscriptions.
View endpoint
/api/v1/webhooks/subscriptions/{subscription_id}/test
Trigger a test delivery.
View endpoint
/api/v1/webhooks/subscriptions/{subscription_id}
Delete a webhook subscription.
View endpoint