---
title: "List subscription plans"
method: GET
path: "/v1/billing/plans"
tags: ["Billing"]
---

# List subscription plans

`GET /v1/billing/plans`

## Response `200`

Available Pro and Teams plans

- object
  - `plans` BillingPlan[]
    - `id` string
    - `name` string
    - `tier` 'pro' | 'teams'
    - `interval` 'monthly' | 'annual'
    - `price_cents` integer
    - `min_seats` integer

---

[API](https://skmtc.net/shareout/apis/shareout-rest-api.md) · [All operations](https://skmtc.net/shareout/apis/shareout-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shareout/shareout-rest-api/versions/804359ead65a/schema)
