---
title: "Get carriers"
method: GET
path: "/shipping_modules/carriers"
tags: ["Delivery checkout"]
---

# Get carriers

`GET /shipping_modules/carriers`

The endpoint will return all carriers valid for delivery checkouts.

## Query parameters

- `receiver_country_code` string
- `own_agreement_only` boolean

## Response `200`

Successful.

- ShippingModuleCarrier[]
  - `name` string — The name of the carrier for display purposes.
  - `code` string — The code of the carrier used in further requests.

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.

---

[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/versions/dbe9a4ea0826/schema)
