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

# Get data plans

`GET /api/v1/plans/data`

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 — Product name (e.g. MTN GIFTING)
    - `plan` string, required — Data size (e.g. 40MB, 1GB)
    - `price` number, required — Price in NGN
    - `validity` string, required
    - `planId` string, required — Send this value as plan in POST /api/v1/data/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)
