GET
/
v1
/
organizations
curl -L https://api.turso.tech/v1/organizations \
  -H 'Authorization: Bearer TOKEN'
[
  {
    "name": "personal",
    "slug": "iku",
    "type": "personal",
    "overages": true,
    "blocked_reads": true,
    "blocked_writes": true
  }
]

Response

200 - application/json
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.