---
title: "Look up operators for a given mobile number"
method: POST
path: "/lookup/mobile-number"
tags: ["Mobile-Number"]
---

# Look up operators for a given mobile number

`POST /lookup/mobile-number`

## Request body

- object
  - `mobile_number` string, required — Mobile number in [E.164](https://en.wikipedia.org/wiki/E.164) format.
  - `page` integer — Page number
  - `per_page` integer — Number of records per page

## Response `200`

successful operation

- object[]
  - `id` integer, required — Operator identifier.
  - `name` string, required
  - `country` Country, required
    - `name` string, required
    - `iso_code` string, required — Country code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
    - `regions` ServiceRegion[], nullable, required
      - `name` string, required
      - `code` string, required — Country subregion code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
  - `regions` ServiceRegion[], nullable, required
    - `name` string, required
    - `code` string, required — Country subregion code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
  - `identified` boolean, required — Indicates whether operator was identified as a direct match

## Other responses

- `default` — default error response

---

[API](https://skmtc.dev/dtone/apis/digital-value-services-api.md) · [All operations](https://skmtc.dev/dtone/apis/digital-value-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dtone/digital-value-services-api/revisions/41b676566ef8/schema)
