---
title: "Get Membership Plans"
method: GET
path: "/membership-plans/"
tags: ["membership-plans"]
---

# Get Membership Plans

`GET /membership-plans/`

Get available membership plans.

Returns active membership plans with pricing details.
This endpoint does not require authentication.

## Response `200`

Successful Response

- MembershipPlanResponse[]
  - `name` string, required
  - `description` string, nullable
  - `price_monthly_cents_usd` integer, nullable
  - `price_yearly_cents_usd` integer, nullable
  - `is_active` boolean
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
