---
title: "Get cable plans"
method: GET
path: "/api/v1/plans/cable"
tags: ["Products & services"]
---

# Get cable plans

`GET /api/v1/plans/cable`

Filter by product name from GET /api/v1/products.

## Query parameters

- `product` string

## Response `200`

OK

- object
  - `message` string, required
  - `data` object[], required
    - `_id` string, required
    - `product` string, required — Cable product name (e.g. DSTV, GOTV)
    - `plan` string, required — planId from GET /api/v1/plans/cable — use as `cableplan` in POST /api/v1/cable/buy
    - `price` number, required — Price in NGN
    - `planId` string, required — Use as `cableplan` in POST /api/v1/cable/buy

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/msorg-developers/apis/dancity-api.md) · [All operations](https://skmtc.net/msorg-developers/apis/dancity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/msorg-developers/dancity-api/versions/99437f87d687/schema)
