Skip to main content
GET
/
api
/
external
/
v1
/
cable
/
validate
Validate cable smartcard
curl --request GET \
  --url https://api.dancity.app/api/external/v1/cable/validate \
  --header 'Authorization: Bearer <token>' \
  --header 'channel: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

Merchant API key from the Dancity dashboard.

channel
string
header
required

Required on VAS (merchant /api/external/v1) requests. Use API for server integrations.

Query Parameters

smartcardNumber
string
required
cableplan
string
required
cablename
string
required

Response

OK

success
boolean
Example:

true

message
string
data
any