📺 Cable Verification

Use this endpoint to Verify Cable IUC for DSTV, GOTV, StarTimes

Endpoint

METHOD POST  
https://www.adestaly.com/app/api/cabletv/verify/

Headers

'Content-Type: application/json'
"Authorization: Token API_KEY"

Request Body

        { smart_card_number: IUC 
          cablename: id
        }
       

Response

       {"status": "success","Status":"successful","msg":" Abdul Mujeeb ","Customer_Name":"Abdul Mujeeb"}

📺 Cable Purchase

Use this endpoint to Purchase Cable

Endpoint

METHOD POST  
https://www.adestaly.com/app/api/cabletv/

Headers

'Content-Type: application/json'
"Authorization:Token API_KEY"

Request Body

        { smart_card_number: IUC,
          cableplan: id,
          cablename: meter,
          ref: refNumber
        }
       

Response

 {"status": "success","Status":"successful"}