---
title: "Returns list of dialling codes"
method: GET
path: "/v1/info/dialling_codes"
tags: ["uncategorized"]
---

# Returns list of dialling codes

`GET /v1/info/dialling_codes`

## Query parameters

- `query` string
- `search` string
- `sort` string
- `page` integer
- `size` integer

## Response `200`

OK

- DiallingCodeResponse[]
  - `value` integer — value
  - `country` string — name of the country
  - `iso2` string — two letter country code
  - `iso3` string — three letter country code

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
