---
title: "Get Carrier"
method: GET
path: "/v4/carriers/{carrierCode}"
tags: ["Carriers"]
---

# Get Carrier

`GET /v4/carriers/{carrierCode}`

Retrieves detailed information about a specific carrier, including its services, logo, and operational information, based on the provided carrier code.

## Path parameters

- `carrierCode` string, required

## Response `200`

Returns the details of a carrier.

- CarrierDetailed — Carrier Detailed
  - `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.
  - `LogoFormat` 'PNG' | 'JPG' | 'GIF', required — The format of the carrier's logo image, typically indicated by a file extension, for example PNG, JPG, and GIF. This informs the user about the type of image file that is used for the carrier's branding.
  - `LogoBase64` string, required — A Base64-encoded string of the carrier's logo image in the format specified in the **LogoFormat** object. This allows for the direct embedding of the logo within the system, eliminating the need for separate image retrieval.
  - `CarrierTimezone` string, nullable — The timezone in which the carrier operates. This information is essential for scheduling and coordination, as it indicates the local time for the carrier's operations and services, for example, London/Europe.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The carrier does not exist or is not enabled.
- `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)
