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
name
string

The organization name. Every user has a personal organization for their own account.

slug
string

The organization slug. This will be your username for personal accounts.

type
enum<string>

The type of account this organization is. Will always be personal or team.

Available options:
personal,
team
overages
boolean

The name of the organization. Every user has a personal organization for their own account.

blocked_reads
boolean

Returns the current status for blocked reads.

blocked_writes
boolean

Returns the current status for blocked writes.

plan_id
string

The pricing plan identifier this organization is subscribed to.

plan_timeline
string

The billing cycle for the paid plan, if any.

platform
string

The external platform this organization is managed by. Will be empty for Turso managed organizations.