v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

List Organizations

Returns a list of organizations the authenticated user owns or is a member of.

get/v1/organizations

Response

Successful response

namestring

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

slugstring

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

type'personal' | 'team'

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

overagesboolean

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

require_mfaboolean

Whether all members of the organization are required to have multi-factor authentication enabled.

blocked_readsboolean

Returns the current status for blocked reads.

blocked_writesboolean

Returns the current status for blocked writes.

plan_idstring

The pricing plan identifier this organization is subscribed to.

plan_timelinestring

The billing cycle for the paid plan, if any.

platformstring

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

Example response

[
  {
    "name": "personal",
    "slug": "iku",
    "type": "personal",
    "plan_id": "developer",
    "plan_timeline": "monthly",
    "platform": "vercel"
  }
]