---
title: "GET /v1/pricing_plans"
method: GET
path: "/v1/pricing_plans"
tags: ["Pricing Plans"]
---

# GET /v1/pricing_plans

`GET /v1/pricing_plans`

Fetch all the pricing plans at your school

## Query parameters

- `page` integer
- `per` integer

## Response `200`

200 response

- ListPricingPlansResponse
  - `pricing_plans` PricingPlanSummary[], required
    - `id` integer, required — The unique ID of the pricing plan.
    - `created_at` string, date-time, required — The date and time the pricing plan was created. Formatted in ISO8601.
    - `updated_at` string, date-time, required — The date and time the pricing plan was last updated. Formatted in ISO8601.
    - `name` string, required — The name of the pricing plan.
    - `price` integer, required — The set price of the pricing plan. The value is a positive integer representing how much the price is in the smallest currency unit (e.g., 100 cents = $1.00 USD).
    - `currency` string, required — The currency of the pricing plan. Formatted in ISO4217 alphabetic code.
    - `course_id` integer, required — The ID of the course that contains the pricing plan.
  - `meta` PaginationMeta, required
    - `total` integer, required — The total number of items.
    - `page` integer, required — The current page.
    - `from` integer, required — First item number on page.
    - `to` integer, required — Last item number on page.
    - `per_page` integer, required — The number of items displayed per page.
    - `number_of_pages` integer, required — The total number of pages.

---

[API](https://skmtc.net/teachable/apis/teachable-public-api.md) · [All operations](https://skmtc.net/teachable/apis/teachable-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teachable/teachable-public-api/revisions/e03f4f4f7957/schema)
