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.
Documentation IndexFetch the complete documentation index at: https://docs.turso.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
Use this file to discover all available pages before exploring further.
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
Was this page helpful?