Returns the current subscription details for the organization.
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/subscription \ -H 'Authorization: Bearer TOKEN'
{ "subscription": { "name": "scaler", "overages": true, "plan": "scaler", "timeline": "monthly" } }
The slug of the organization or user account.
Successful response
The response is of type object.
object
Was this page helpful?