API Reference

The Shipment API is organized around REST.

Authentication

The Shipment API uses Bearer tokens to authenticate requests. This API is meant for partners wanting to integrate with BorderBuddy to handle cross-border shipments.

Sandbox bearer tokens have the prefix sbt_ and live mode bearer tokens have the prefix pbt_. Include the bearer token within the Authentication header in your requests (i.e Authorization: Bearer 123).

All API requests should be made over HTTPS. API requests without authentication will fail.