Fetch Providers

Fetch Cable TV Providers

GET https://sagecloud.ng/api/v2/cable-tv/fetch-providers

This endpoint allows you to fetch all cable tv providers.

Headers

{
    "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": ""
        }
    ]
}

Last updated