IDSPL

Prepaid/Postpaid Operator Check API

To identify the telecom operator and type of mobile connection (Prepaid or Postpaid) based on the mobile number provided.

Input

  • Mobile number (10 digits)
  • Optional country code (default is India – 91)

Process

  • The API queries telecom databases or number portability records.
  • Determines operator name (e.g., Airtel, Jio, Vodafone).
  • Determines telecom circle/region (e.g., Delhi, Maharashtra).
  • Identifies whether the number is Prepaid or Postpaid.

Output

  • Mobile number checked
  • Operator name
  • Telecom circle/region
  • Connection type: Prepaid or Postpaid
  • Status of the check (success or failure)
  • Message providing additional info or error details
Scroll to Top