---
title: "Get subscription summary"
method: GET
path: "/api/v1/billing/subscription"
tags: ["billing"]
---

# Get subscription summary

`GET /api/v1/billing/subscription`

## Response `200`

Subscription summary

- SubscriptionResponse
  - `plan` 'free' | 'developer' | 'pro' | 'enterprise', required
  - `subscription_status` 'none' | 'active' | 'past_due' | 'canceled' | 'revoked', required
  - `current_period_end` string, date-time, nullable, required
  - `plan_pending` string, nullable, required

## Other responses

- `401` — Unauthorized

## Changes

- **2026-08-25** `55772030ddd3` — 2 breaking
  - the response property `fields` became nullable for the status `401`
  - the `fields` response's property type/format changed from `object`/`` to ``/`` for status `401`
- **2026-08-19** `b38f8e603649` — 1 breaking
  - the `fields` response's property type/format changed from ``/`` to `object`/`` for status `401`

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/billing/subscription/get.md)

---

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