ZuelPay
  1. Operator Lookup API
  • API DOCUMENTS
  • Auth
  • Account
    • balance
      POST
  • Verification API
    • pan
      POST
    • voter
      POST
    • aadhar-genrate-otp
      POST
    • aadhar-verify
      POST
    • upi
      POST
    • bank
      POST
    • licesnce
      POST
    • passport
      POST
    • GSTIN LookUp
      POST
    • FASTAG
      POST
  • Recharge API
    • operators
      GET
    • payment
      POST
  • UPI PAYMENT API
    • payment
      POST
  • Operator Lookup API
    • operator_lookup
      POST
  • Mobile Tariff Plans
    • mobile_recharge_plans
      POST
  • Utility Bill Pay API
    • Get Category
      GET
    • Biller Lists
      GET
    • Biller Fetch
      POST
    • Biller Payment
      POST
  • Gift Card/ Brand Voucher API
    • Get Category
    • Brand Lists
    • Buy Giftcard Voucher
  • webhook/callback
    • webhook
  • Recharge Validation API
    • validation
  1. Operator Lookup API

operator_lookup

POST
/utility/addon/operator_lookup
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/utility/addon/operator_lookup' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
  "number": "9877191021"
}'
Response Response Example
{
    "status": "success",
    "result": 0,
    "state": "MADHYA PRADESH",
    "state_id": 16,
    "opearor": "Jio Prepaid",
    "code": "RJP",
    "type": "PREPAID"
}

Request

Header Params
Token
string 
required
Example:
ZKEYza2COHK0QVkcVkwUb6WeIgWiS
checkSum
string 
required
Example:
739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae
Body Params application/json
number
string 
required
Examples

Responses

🟢200success
application/json
Body
status
string 
required
result
integer 
required
state
string 
required
state_id
integer 
required
opearor
string 
required
code
string 
required
type
string 
required
Previous
Operator Lookup API
Next
Mobile Tariff Plans
Built with