curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/subscription \ -H 'Authorization: Bearer TOKEN'
{ "subscription": { "name": "scaler", "overages": true, "plan": "scaler", "timeline": "monthly" } }
Returns the current subscription details for the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The slug of the organization or user account.
Successful response
Show child attributes
The name of the plan for the current subscription.
"scaler"
Whether overages are enabled for the organization.
Whether the plan is billed monthly or yearly.
"monthly"
Was this page helpful?