Sendcloud API

Number of APIs: 67

This collection can be used to quickly onboard/test our APIs.

It is automatically synced when there are changes made for our APIs.

You can find our requests following the same structure that we have at our public documentation: https://api.sendcloud.dev/docs/sendcloud-public-api/

  1. Shipping-Labels - Retrieve a PDF label GET {{baseUrl}}/labels/normal_printer/:parcel_id?start_from=<integer>

  2. Shipping-Parcels - Retrieve a return portal URL GET {{baseUrl}}/parcels/:id/return_portal_url

  3. Shipping Setup-Contracts - Retrieve a list of contracts GET {{baseUrl}}/contracts?carrier=<string>&is_active=<boolean>&client_id=<string>&name=<string>&country=<string>

  4. Shipping-Shipping price - Retrieve a shipping price GET {{baseUrl}}/shipping-price?shipping_method_id=<integer>&from_country=<string>&to_country=<string>&weight=<integer>&weight_unit=<string>&contract=<integer>&from_postal_code=<string>&to_postal_code=<string>

  5. Shipping-Pickups - Retrieve a pickup GET {{baseUrl}}/pickups/:id

  6. Shipping-Labels - Retrieve multiple customs declaration PDF GET {{baseUrl}}/customs_declaration/normal_printer?ids=<integer>,<integer>&start_from=<integer>

  7. Shipping-Shipping methods - Retrieve a shipping method GET {{baseUrl}}/shipping_methods/:id?sender_address=<string>&service_point_id=<integer>&is_return=<boolean>&from_postal_code=<string>&to_postal_code=<string>&to_country=IO

  8. Integrations & Shipments-Integrations - Retrieve an integration GET {{baseUrl}}/integrations/:id

  9. Account Details-Brands - Retrieve a brand GET {{baseUrl}}/brands/:id

  10. Account Details-Users - Retrieve the current user data GET {{baseUrl}}/user