TV Services

This endpoint allows you to access the section for TV services.

Endpoint

{{baseurl}}/bill-payment/tv-services

This is a GET request; a successful response should look like this.

{
  "success": true,
  "statusCode": 200,
  "message": "TV services fetched",
  "data": [
    {
      "provider": "DSTV",
      "providerLogoUrl": "assets/images/bills/Pay-DSTV-Subscription.jpg"
    },
    {
      "provider": "GOTV",
      "providerLogoUrl": "assets/images/bills/Gotv-Payment.jpg"
    },
    {
      "provider": "STARTIMES",
      "providerLogoUrl": "assets/images/bills/Startimes-Subscription.jpg"
    },
    {
      "provider": "SHOWMAX",
      "providerLogoUrl": "assets/images/bills/ShowMax.jpg"
    }
  ]
}