v1

latestOpenAPI 3.0.12026-07-2679100267.2 KB
CableTV Subscription

Fetch customer information from a cable tv provider

This endpoint is for fetching customer information data

get/v1/bill/cabletv/lookup

Query parameters

customerIdstring

customerId

cableTvTypestring

cableTvType

Headers

accountIdstring uuid required
Example:890022ce-bae0-45c1-9b9d-ee7872e6ca27

The parent accountId of the business.

Response

OK - your request was successful.

codestring required

Response Code

descriptionstring required

Response description

datastring required

The name of the customer

Example response

{
  "code": "00",
  "description": "Success",
  "data": "John Doe"
}