---
title: "Get Subscription Status"
method: GET
path: "/v1/organizations/billing/subscription"
tags: ["Organization Billing"]
---

# Get Subscription Status

`GET /v1/organizations/billing/subscription`

Get current subscription status.

## Response `200`

Successful Response

- SubscriptionStatusResponse — Current subscription status.
  - `has_subscription` boolean
  - `subscription_id` string, nullable
  - `plan_slug` string, nullable
  - `status` string, nullable
  - `current_period_end` integer, nullable
  - `cancel_at_period_end` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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