1. Electric Bill Services
FoxLab Api
  • Mobile DTH Recharge
    • Plan Fetch
      GET
    • Recharge Now
      GET
    • Recharge Status Check
      GET
  • Mobile Lookup
    • Mobile To Operator
      GET
  • Pan Services
    • Aadhar To Pan Mask
      GET
    • Pan To Mask Aadhar
      GET
    • Aadhar To Pan Link Status
      GET
    • Pan To name & Dob
      GET
    • Pan Details Premium
      GET
    • Aadhar To Pan
      GET
    • Pan To Aadhar
      GET
    • Pan/Name To GST
      GET
  • Electric Bill Services
    • Electric Bill Operator Code
      GET
    • Electric Bill Details
      GET
    • Electric Bill PDF - BR
      GET
  • Banking Services
    • IFSC Code Verification
      GET
  • Email Sender
    • Send Email - SMTP
      GET
  • GST SERVICES
    • Name / Pan To GST Verification
      GET
  • Domain IP verification
    GET
  • Pincode Verification
    GET
  1. Electric Bill Services

Electric Bill Details

GET
https://flex4upoint.co.in/api/v1/electricBillFetch

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://flex4upoint.co.in/api/v1/electricBillFetch?apiKey=******&caNumber=CA_NUMBER&operatorName=OperaterID'
Response Response Example
{
    "status": "100",
    "statusMessage": "success",
    "caNumber": "10155XXXXX",
    "name": "Jhon",
    "dueDate": "29 Jul 2024",
    "billGeneratedDate": "14 Jul 2024",
    "billPeriod": "ASPRESENTED",
    "billAmount": "Rs. 28",
    "totalAmount": "29.50"
}
Modified at 2025-10-10 05:34:31
Previous
Electric Bill Operator Code
Next
Electric Bill PDF - BR
Built with