curl -L https://api.turso.tech/v1/organizations \ -H 'Authorization: Bearer TOKEN'
[ { "name": "personal", "slug": "iku", "type": "personal", "overages": false, "blocked_reads": false, "blocked_writes": false, "plan_id": "developer", "plan_timeline": "monthly", "platform": "vercel" } ]
Returns a list of organizations the authenticated user owns or is a member of.
Successful response
The response is of type object[].
object[]
Was this page helpful?