---
title: "Get Carrier sending methods."
method: GET
path: "/rest/api/shipping/carrier-account/{id}/method/"
tags: ["Shipment"]
---

# Get Carrier sending methods.

`GET /rest/api/shipping/carrier-account/{id}/method/`

## Path parameters

- `id` string, required

## Response `200`

Returns list of Carrier Account sending methods

- RestCarrierMethodListingDTO
  - `methods` RestCarrierMethodDTO[] — Listing of RestCarrierMethodDTO
    - `id` string — Internal carrier sending method ID
    - `name` string — Method name

## Other responses

- `401` — Authorization failed
- `404` — Carrier Account not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
