# Get user details Retrieves details of the currently authenticated user account. The response includes profile information, preferences, and basic billing metadata. Endpoint: GET /account/this Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `id` (string) Example: "RDHe2BXVP6d89" - `username` (string) Example: "congresstv24_xxxxx" - `name` (string) Example: "CONGRESS TV" - `email` (string) Example: "user@example.com" - `avatar` (string) Example: "https://example.com/avatar.jpg" - `ns` (string) Example: "nsL2BzkdFKgIYv" - `isDisabled` (boolean) - `createdAt` (string) - `preferences` (object) - `billingInfo` (object) ## Response 401 fields