Skip to main content

List available carriers in the UK

GET 
/porting/uk_carriers

List available carriers in the UK.

Responses

200: Successful response

422: Unprocessable entity. Check message field in response for details.

500: Internal server error

Request samples


curl -L 'https://api.telnyx.com/v2/porting/uk_carriers' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"data": [
{
"id": "96dfa9e4-c753-4fd3-97cd-42d66f26cf0c",
"cupid": "895",
"name": "Telnyx UK Limited",
"alternative_cupids": [
"895"
],
"record_type": "porting_uk_carrier",
"created_at": "2021-03-19T10:07:15.527000Z",
"updated_at": "2021-03-19T10:07:15.527000Z"
}
]
}