---
title: "Get Billing Plans"
method: GET
path: "/api/billing/plans"
---

# Get Billing Plans

`GET /api/billing/plans`

Fetch all billing plans from Clerk's Backend API.

This endpoint is public and does not require authentication,
making it suitable for displaying pricing on public landing pages.

Returns:
    List of billing plan dictionaries

Raises:
    HTTPException: If plans cannot be fetched

## Response `200`

Successful Response

- object[]

---

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