Get a list of all available postage types
Stallion Express API (4)
Access to the sandbox environment can be provided upon request. (Not all rates are available in the Sandbox environment). API token can be found under "Account Settings > API Token" in the Stallion Express dashboard. To help us assist you more effectively when troubleshooting, please make sure to include the Request-ID in your email communication.
Download OpenAPI description
Overview
API Support
Languages
Servers
Mock server
https://stallionexpress.redocly.app/_mock/stallionexpress-v4
Production server (uses live data)
https://ship.stallionexpress.ca/api/v4
Sandbox server (uses test data)
https://sandbox.stallionexpress.ca/api/v4
- Mock serverhttps://stallionexpress.redocly.app/_mock/stallionexpress-v4/postage-types
- Production server (uses live data)https://ship.stallionexpress.ca/api/v4/postage-types
- Sandbox server (uses test data)https://sandbox.stallionexpress.ca/api/v4/postage-types
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://stallionexpress.redocly.app/_mock/stallionexpress-v4/postage-types \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Successful operation
Items Enum"USPS First Class Mail""USPS Priority Mail""USPS Priority Mail Express""USPS Parcel Select Ground""USPS Media Mail""USPS Library Mail""USPS Express Mail International""USPS Priority Mail International""USPS First Class Mail International""FedEx Ground"
Response
application/json
{ "success": true, "postage_types": [ "USPS First Class Mail" ] }