# Retrieve current user's information No specific scope required. Endpoint: GET /whoami Version: v1 Security: http, oauth2 ## Response 200 fields (application/json): - `id` (string, required) - `first_name` (string, required) - `last_name` (string, required) - `email` (string, required) - `type` (string, required) Enum: "user", "guest", "tax_advisor", "integration" - `space` (object, required) - `space.name` (string, required) ## Response 401 fields (application/json): - `message` (string, required) Error overview.