---
title: "Get Carrier Services"
method: GET
path: "/v4/carriers/rm/services"
tags: ["Services"]
---

# Get Carrier Services

`GET /v4/carriers/rm/services`

Retrieves the list of Royal Mail services available within the system. The response includes the service code and description for each Royal Mail service, along with Royal Mail‑specific service levels returned in the **CarrierSpecifics** object.<br /><br />***Note**: Each service returned represents a Royal Mail offering that may be available for use, subject to the customer's Royal Mail account configuration.*

## Query parameters

- `shippingAccountId` string

## Response `200`

Returns a list of services.

- RoyalMailCarrierService[]
  - `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` RoyalMailServiceCarrierSpecifics — Used to provide carrier‑specific service information returned for Royal Mail. This object may include details, such as service level availability and other carrier‑specific attributes, enabling customers to determine availability of specific carrier offerings.
    - `ServiceLevels` string[], nullable — The Royal Mail service level associated with the carrier service. This value represents the specific service tier available under the customer's Royal Mail contract and is used to determine service eligibility and availability.

## 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)
