v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-1759238438.1 KB
Users

Get current user

Returns the authenticated user's profile and organization memberships. Only available for user accounts (JWT auth), not API keys.

get/v1beta/me

Response

Success

Example response

{
  "organizations": [
    {
      "id": "org_01h2xcejqtf2nbrexx3vqjhp41",
      "name": "Acme Corporation"
    }
  ],
  "user": {
    "id": "user_01h2xcejqtf2nbrexx3vqjhp41"
  }
}