---
title: "Plan List"
method: GET
path: "/api/v1/admin/plans"
tags: ["Plans"]
---

# Plan List

`GET /api/v1/admin/plans`

## Query parameters

- `page` integer
- `limit` integer
- `q` string

## Response `200`

Plan list

- object — Plan list
  - `success` boolean, required
  - `data` object[], required
    - `id` integer
    - `slug` string
    - `primaryLocale` string
    - `supportedLocales` string[]
    - `translations` object
    - `currency` string
    - `priceCents` integer
    - `billingCycle` string
    - `status` 'on_shelf' | 'off_shelf' — on_shelf=上架, off_shelf=下架
    - `hasBeenOrdered` boolean — Whether this plan has been ordered
    - `features` object
    - `highlight` boolean — Whether this plan is highlighted as default on the pricing page
    - `purchaseFormFields` object[]
    - `purchaseFormFieldIds` integer[]
    - `certificateTemplateId` unknown
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `meta` object, required
    - `pagination` object
      - `page` integer
      - `limit` integer
      - `total` integer
      - `pages` integer

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
