WooCommerce plugin
Shopify App
Base URL
All API requests are made against the following base URL:Integrations
The Smart Send API is the same API that powers our official integrations. If you are building on top of an existing platform, you can often save time by starting from one of our open-source integrations rather than calling the API directly:WooCommerce plugin
Shopify App
Authentication
The Smart Send API uses bearer tokens for authentication. Generate a token in the Smart Send platform and include it in theAuthorization header of every request.
Authentication
Learn how to generate, use, and revoke API tokens.
Make your first request
Once you have an API token, you can verify your setup with a simple request. The example below lists the carrier agents available in Denmark:Next steps
Review authentication
Generate, rotate, and revoke API tokens.
Review debugging
Use headers like
User-Agent and Request-ID to trace requests.Browse the endpoint reference
Browse the API sidebar to see available resources and request schemas.