me.get
Current user profile with organization memberships and roles.- Auth: Dashboard session only — organization API keys are rejected.
- Minimum role:
member - Risk:
read
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The authenticated user and their organization memberships.
GET /v1/me
memberreadcurl "https://api.korve.dev/v1/me" \
-b "$SESSION"
| Status | Description |
|---|---|
200 | The authenticated principal. |
| Field | Type | Description |
|---|---|---|
user | object | — |
user.id | string | — |
user.email | string | — |
user.name | string | — |
user.emailVerified | boolean | — |
organizations | object[] | — |
organizations[].id | string | — |
organizations[].name | string | — |
organizations[].slug | string | — |
organizations[].role | string | One of: owner, admin, member. |
organizations[].isPersonal | boolean | — |
organizations[].billingStatus | string | One of: unpaid, active, past_due, canceled. |