v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Get Phone Number Operators

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

post/api/b2b/utilities/operators/phone

Request body

currencystring required

Currency must be in ISO 4217 format

countrystring required

Country must be in ISO 3166-1 alpha-2 format

phoneNumberstring required

Phone number must be in E.164 format (e.g., +1234567890).

Response

200

successboolean
datastring[]

Example response

{
  "success": true,
  "data": [
    "safaricom"
  ]
}