# Fetch Billers

## Fetch Electricity billers

<mark style="color:blue;">`GET`</mark> `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. |

{% tabs %}
{% tab title="200 You should get a response with this format." %}

```
{
    "success": true,
    "billers": [
        {
            "type": "jos_electric_postpaid",
            "id": 2,
            "narration": "Jos Postpaid",
            "product_id": 2,
            "short_name": "jos electric postpaid",
            "image": ""
        },
        ...
}
```

{% endtab %}

{% tab title="401 " %}

```
{    "message": "Unauthenticated."}
```

{% endtab %}
{% endtabs %}
