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

# Get Carrier Services

`GET /v4/carriers/{carrierCode}/services`

Retrieves a list of services offered by a specific carrier, giving users insight into the various available transportation and logistics options. The response includes the service code and description for each carrier service, along with the carrier service levels returned in the **CarrierSpecifics** object (if available).

## Path parameters

- `carrierCode` string, required

## Query parameters

- `shippingAccountId` string

## Response `200`

Returns a list of services.

- CarrierService[]
  - `ServiceCode` string, required — A unique identifier for each shipping service provided by the carrier. This code is typically alphanumeric and allows for easy reference and differentiation between various carrier services offered, for example, CRL1, TPM, and so on.
  - `Description` string, required — A detailed explanation of the carrier service, outlining its features, benefits, and any pertinent conditions. This information helps understand the scope and specifics of what the service entails.
  - `CarrierSpecifics` unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The carrier does not exist or is not enabled or shipping account is not valid/don't exist.
- `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)
