v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Carriers, products & services

List available carriers

Returns a list of available carriers for your account.

Carriers are retrieved based on own agreements and Shipmondo's agreements.

get/carriers

Query parameters

sender_country_codestring
Example:DK

Sender country code to be included in the filter.

receiver_country_codestring required
Example:DK

Receiver country code to be included in the filter.

Response

Successful.

idinteger

ID of the carrier.

codestring

Carrier code used elsewhere to refer to the specific carrier.

namestring

Name of the carrier.

Example response

[
  {
    "id": 7,
    "code": "gls",
    "name": "GLS Denmark"
  }
]