> For the complete documentation index, see [llms.txt](https://capitalsage.gitbook.io/sagecloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://capitalsage.gitbook.io/sagecloud/cable-tv/fetch-providers.md).

# Fetch Providers

## Fetch Cable TV Providers

<mark style="color:blue;">`GET`</mark> `https://sagecloud.ng/api/v2/cable-tv/fetch-providers`

This endpoint allows you to fetch all cable tv providers.

#### Headers

| Name          | Type   | Description            |
| ------------- | ------ | ---------------------- |
| Authorization | string | Check the Headers page |

{% tabs %}
{% tab title="200 Sample response." %}

```
{
    "success": true,
    "billers": [
        {
            "type": "gotv",
            "id": 1,
            "name": "GOTV",
            "narration": "Gotv Cable",
            "image": ""
        },
        {
            "type": "dstv",
            "id": 2,
            "name": "DSTV",
            "narration": "Dstv Cable",
            "image": ""
        },
        {
            "type": "startimes",
            "id": 3,
            "name": "STARTIMES",
            "narration": "Startimes Cable",
            "image": ""
        }
    ]
}
```

{% endtab %}
{% endtabs %}
