---
title: "List available carriers in the UK"
method: GET
path: "/porting/uk_carriers"
tags: ["Porting Orders"]
---

# List available carriers in the UK

`GET /porting/uk_carriers`

List available carriers in the UK.

## Response `200`

Successful response

- object
  - `data` PortingUKCarrier[]
    - `id` string, uuid — Identifies the UK carrier.
    - `cupid` string — The CUPID of the carrier. This is a 3 digit number code that identifies the carrier in the UK.
    - `name` string — The name of the carrier.
    - `alternative_cupids` string[] — Alternative CUPIDs of the carrier.
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `422` — Unprocessable entity. Check message field in response for details.
- `500` — Internal server error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
