v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
auth

Get Current User

Get current authenticated user information.

Requires: Bearer token or session cookie

Returns: { "id": 123, "email": "user@example.com", "name": "John Doe", "created_at": "2025-01-15T10:30:00Z", "last_login": "2025-01-16T14:20:00Z", "job_type": "Data Scientist", "company_name": "Acme Corp", "onboarding_completed": true, "organization_role": "owner" }

get/api/auth/me

Response

Successful Response

{"stackTrail":"paths:/api/auth/me:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}