Please call this api only once and save the response to your side, in future if there will be any new category we will notify(email) to call this api.
curl --location --request GET '/utility/bill/category' \
--header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
--header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6'
{
"categories": [
{
"id": 1,
"type": "POSTPAID",
"name": "Mobile (Postpaid)",
"isNew": "N"
},
{
"id": 2,
"type": "ELECTRICITY",
"name": "Electricity",
"isNew": "N"
},
{
"id": 3,
"type": "BROADBAND",
"name": "Broadband",
"isNew": "N"
},
{
"id": 4,
"type": "GAS",
"name": "Piped Gas Bill",
"isNew": "N"
},
{
"id": 5,
"type": "WATER",
"name": "Water",
"isNew": "N"
},
{
"id": 6,
"type": "CABLE",
"name": "Cable TV",
"isNew": "N"
},
{
"id": 7,
"type": "EMI",
"name": "Loan EMI",
"isNew": "N"
},
{
"id": 8,
"type": "MUNICIPAL",
"name": "Municipal Taxes",
"isNew": "N"
},
{
"id": 9,
"type": "FASTAG",
"name": "Fastag Recharge",
"isNew": "N"
},
{
"id": 10,
"type": "LANDLINE",
"name": "Landline",
"isNew": "N"
},
{
"id": 11,
"type": "CYLINDER",
"name": "Gas (LPG Cylinder)",
"isNew": "N"
},
{
"id": 12,
"type": "INSURANCE",
"name": "Insurance Premium Pay",
"isNew": "N"
},
{
"id": 13,
"type": "OTT",
"name": "Subscription",
"isNew": "N"
},
{
"id": 14,
"type": "HOUSING",
"name": "Housing Society",
"isNew": "N"
},
{
"id": 15,
"type": "CLUBS",
"name": "Clubs & Associations",
"isNew": "N"
},
{
"id": 16,
"type": "EDUCATION",
"name": "Education Fee",
"isNew": "N"
},
{
"id": 17,
"type": "DONATION",
"name": "Donation",
"isNew": "N"
},
{
"id": 18,
"type": "DEPOSIT",
"name": "Recurring Deposit",
"isNew": "N"
},
{
"id": 19,
"type": "RENTAL",
"name": "Rental",
"isNew": "N"
},
{
"id": 20,
"type": "NCMC",
"name": "NCMC Recharge",
"isNew": "N"
},
{
"id": 21,
"type": "NPS",
"name": "National Pension Scheme (NPS)",
"isNew": "N"
},
{
"id": 22,
"type": "HOSPITAL",
"name": "Hospital & Pathology",
"isNew": "N"
},
{
"id": 23,
"type": "CREDITCARD",
"name": "Credit Card",
"isNew": "N"
}
]
}