---
title: "Get Carriers"
method: GET
path: "/v4/carriers"
tags: ["Carriers"]
---

# Get Carriers

`GET /v4/carriers`

Retrieves a list of available carriers on the system along with their unique codes and descriptive details, enabling users to view and select from different carriers.

## Response `200`

Returns a list of carriers.

- Carrier[]
  - `CarrierCode` string, required — A unique identifier for this carrier. This code is typically alphanumeric and serves as a reference to distinguish between various carriers within the system.
  - `Name` string, required — The official name of the carrier that provides users with a clear understanding of the carrier's identity.
  - `Description` string, required — A detailed overview of the carrier's services, capabilities, and distinguishing features. This field provides additional information about the carrier, helping users understand their offerings and operational scope.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/intersoftsapient/apis/sapient-core-api.md) · [All operations](https://skmtc.dev/intersoftsapient/apis/sapient-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intersoftsapient/sapient-core-api/revisions/3315ad0b5875/schema)
