Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

name
string

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

Example:

"personal"

slug
string

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

Example:

"iku"

type
enum<string>

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

Available options:
personal,
team
Example:

"personal"

overages
boolean

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

Example:

false

require_mfa
boolean

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

Example:

false

blocked_reads
boolean

Returns the current status for blocked reads.

Example:

false

blocked_writes
boolean

Returns the current status for blocked writes.

Example:

false

plan_id
string

The pricing plan identifier this organization is subscribed to.

Example:

"developer"

plan_timeline
string

The billing cycle for the paid plan, if any.

Example:

"monthly"

platform
string

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

Example:

"vercel"