Validate Smartcard

Validate CableTV Smartcard

POST https://sagecloud.ng/api/v2/cable-tv/validate-customer

Headers

Request Body

{
    "success": true,
    "customer": {
        "success": true,
        "fullName": "JOHN DOE"
    }
}

Last updated