---
title: "Get current subscription"
method: GET
path: "/billing/subscription"
tags: ["billing"]
---

# Get current subscription

`GET /billing/subscription`

Get the current subscription status and tier (Supabase + Stripe when configured).

## Response `200`

Current subscription status and details

- SubscriptionResponse
  - `tier` string, required
  - `status` string, required — Subscription state: none (free/no Stripe sub), active, trialing, past_due, canceled, unpaid, incomplete, paused, incomplete_expired, unknown
  - `subscription_id` string, nullable

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
