Skip to main content
GET
/
CableTVList
List Cable TV Bouquets
curl --request GET \
  --url https://api.bleeprs.com/api/CableTVList \
  --header 'Authorization: Bearer <token>'
{
  "gatewayStatus": "00",
  "gatewayMessage": "Successfully Processed",
  "requestReference": "bpr_req_a1b2c3d4e5f6",
  "data": [
    {
      "id": 123,
      "network": "<string>",
      "productCode": "<string>",
      "description": "<string>",
      "amount": 123
    }
  ]
}

Overview

Retrieve the catalog of available bouquets and plans for Cable TV providers. You can optionally filter by provider network to get plans specific to DSTV, GOTV, etc.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

network
string

Filter results by provider (e.g. DSTV, GOTV, STARTIMES)

Response

200 - application/json

Successfully retrieved cable tv bouquets

gatewayStatus
string
Example:

"00"

gatewayMessage
string
Example:

"Successfully Processed"

requestReference
string
Example:

"bpr_req_a1b2c3d4e5f6"

data
object[]