API Reference

The Manifest API is organized around REST. This API is meant to facilitate trade data to the CBSA to transmit pre-arrival information.

Authentication

The Manifest API uses Bearer tokens to authenticate requests.

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.