---
title: "Get Available Plans"
method: GET
path: "/api/v1/payments/plans/available"
tags: ["User APIs", "payments"]
---

# Get Available Plans

`GET /api/v1/payments/plans/available`

Return plan tiers available for subscription / reactivation.

## Response `200`

Successful Response

- AvailablePlansResponse — Response listing plans a user can subscribe to.
  - `plans` AvailablePlan[], required
    - `plan_id` string, required — Plan tier key, e.g. 'professional'
    - `display_name` string, required — Human-readable plan name
    - `has_monthly` boolean, required — Whether a monthly billing option exists
    - `has_annual` boolean, required — Whether an annual billing option exists

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
