Fetch Billers
Fetch Electricity billers
GET
https://sagecloud.ng/api/v2/electricity/fetch-billers
This endpoint allows you to fetch electricity billers.
Headers
Name
Type
Description
Authorization
string
Check the headers page.
{
"success": true,
"billers": [
{
"type": "jos_electric_postpaid",
"id": 2,
"narration": "Jos Postpaid",
"product_id": 2,
"short_name": "jos electric postpaid",
"image": ""
},
...
}
Last updated
Was this helpful?