Fetch Billers

Fetch Electricity billers

GET https://sagecloud.ng/api/v2/electricity/fetch-billers

This endpoint allows you to fetch electricity billers.

Headers

NameTypeDescription

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