Get providers

This API call lists all TV providers which in this case is GOTV and DSTV.

Method: GET
URL: {{base_url}}/api/pay-tv/get-providers

This API call has no parameters

Response

Output Type Description
provider string name of the TV provider

Sample response

[
    "DSTV",
    "GOTV"
]

Example of the API call: {{base_url}}/api/pay-tv/get-providers

Untitled