Skip to main content
GET
/
auth
/
me
/
personal-org
Get the authenticated user's personal organization
curl --request GET \
  --url https://api.mnemom.ai/v1/auth/me/personal-org \
  --header 'Authorization: Bearer <token>'
{
  "org_id": "<string>",
  "just_provisioned": true
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Response

Personal org accessor.

org_id
string
required
is_personal
enum<boolean>
required
Available options:
true
just_provisioned
boolean

True only when this call provisioned the personal org (lazy backfill path).