---
title: "Get Plan"
method: GET
path: "/user/plan"
tags: ["user"]
---

# Get Plan

`GET /user/plan`

Returns the current subscription plan for the authenticated user, including tier details and feature limits.

## Response `200`

Success

- object
  - `object` 'plan', required
  - `plan` string, required
  - `billingCycle` object, required
    - `start` number, required
    - `end` number, required
  - `balance` object, required
    - `remaining` number, required
    - `total` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/79811cd54faa/schema)
