Skip to main content
GET
Current organization

Authorizations

Authorization
string
header
required

Clerk session JWT for the web app (active organization required), or an organization-scoped SEAOTTER access key (so_…) from POST /api/v1/api-keys for programmatic / docs try-it / MCP use. The same so_… value is both Authorization: Bearer so_… and SEAOTTER_API_KEY.

Response

OrganizationMeOut · object | null

Successful Response

id
string<uuid>
required
clerk_org_id
string
required
name
string
required
plan
enum<string>
required
Available options:
hobby,
startup,
business,
enterprise,
starter,
pro
can_mutate
boolean
required
slug
string | null
role
string | null

org:admin | org:member

entitled
boolean
default:false

True when org has active/trialing subscription or Enterprise sales override

subscription_status
enum<string> | null
Available options:
inactive,
trialing,
active,
past_due,
canceled
is_personal
boolean
default:false

True when this organization is the caller's one-seat Hobby workspace