Get Mobile Operator API

Returns the mobile operator details for a given mobile number to enable accurate operator selection before placing a top-up order.

Request Schema

Data TypeDescription
StringMobile number in E.164 format for operator lookup.

Response Schema

ParameterData TypeDescription
statusStringIndicates the result of the lookup request (e.g., success, failure).
messageStringMessage describing the lookup result.
phoneStringMobile number in E.164 format that was validated.
network_operatorStringOperator identified for the given mobile number.
is_activeBooleanIndicates whether the mobile number is active.
parentProductIdIntegerInternal product ID mapped to the identified mobile operator.

Note: You can use the same parentProductId in the Get Mobile Top-Up Catalogue API to fetch plans specific to the identified operator.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!