---
title: "List available carriers"
method: GET
path: "/carriers"
tags: ["Carriers, products & services"]
---

# List available carriers

`GET /carriers`

Returns a list of available carriers for your account.

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

## Query parameters

- `sender_country_code` string
- `receiver_country_code` string, required

## Response `200`

Successful.

- Carrier[]
  - `id` integer — ID of the carrier.
  - `code` string — Carrier code used elsewhere to refer to the specific carrier.
  - `name` string — Name of the carrier.

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.
- `422` — Invalid or not found parameter(s)

---

[API](https://skmtc.net/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.net/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/revisions/3b9f91693dec/schema)
