GET
/
v1
/
organizations
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": "hobby",
    "plan_timeline": "monthly",
    "platform": "vercel"
  }
]
curl -L https://api.turso.tech/v1/organizations \
  -H 'Authorization: Bearer TOKEN'

Response

200 - application/json
Successful response

The response is of type object[].