---
title: "Get Phone Number Operators"
method: POST
path: "/api/b2b/utilities/operators/phone"
---

# Get Phone Number Operators

`POST /api/b2b/utilities/operators/phone`

Retrieves the mobile money operator details for a given phone number, based on the number, currency, and country provided.

## Request body

- object
  - `currency` string, required — Currency must be in ISO 4217 format
  - `country` string, required — Country must be in ISO 3166-1 alpha-2 format
  - `phoneNumber` string, required — Phone number must be in E.164 format (e.g., +1234567890).

## Response `200`

200

- object
  - `success` boolean
  - `data` string[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
