Retrieve details of a specific organization.
curl -L https://api.turso.tech/v1/organizations/{organizationSlug} \ -H 'Authorization: Bearer TOKEN'
{ "organization": { "name": "personal", "slug": "iku", "type": "personal", "overages": false, "blocked_reads": false, "blocked_writes": false, "plan_id": "hobby", "plan_timeline": "monthly", "platform": "vercel" } }
The slug of the organization or user account.
The response is of type object.
object
Was this page helpful?