GET
/
v1
/
organizations
/
{organizationSlug}
/
subscription
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/subscription \
  -H 'Authorization: Bearer TOKEN'
{
  "subscription": {
    "name": "scaler",
    "overages": true,
    "plan": "scaler",
    "timeline": "monthly"
  }
}
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/subscription \
  -H 'Authorization: Bearer TOKEN'

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

Response

200 - application/json
Successful response
subscription
object

Was this page helpful?