---
title: "List All Plans"
method: GET
path: "/v1/plans"
---

# List All Plans

`GET /v1/plans`

This API provides a list of plans that are created.

## Request body

- object
  - `limit` integer — Number of plans to be listed per page.
  - `page` integer — A number that represents a current page number.

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `plan_id` string
    - `amount` integer
    - `interval` string
    - `interval_count` integer
    - `name` string
    - `plan_description` unknown
    - `statement_descriptor` string
    - `trial_period_days` string
    - `currency` string
    - `created_at` integer
    - `updated_at` integer
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object

## Other responses

- `401` — 401

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/versions/face82bdd778/schema)
