---
title: "Current Subscription"
method: GET
path: "/v1/organizations/{organizationSlug}/subscription"
---

# Current Subscription

`GET /v1/organizations/{organizationSlug}/subscription`

Returns the current subscription details for the organization.

## Path parameters

- `organizationSlug` string, required

## Response `200`

Successful response

- object
  - `subscription` object
    - `name` string — The name of the plan for the current subscription.
    - `overages` boolean — Whether overages are enabled for the organization.
    - `plan` string — The name of the plan for the current subscription.
    - `timeline` string — Whether the plan is billed monthly or yearly.

---

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