# Retrieve the account Retrieves the user's core account details. Endpoint: GET /blaize/account Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Header parameters: - `cookie` (string) The session cookie. Example: "`blaize_session=...` (string)" ## Response 200 fields (application/json): - `identifiers` (object) - `identifiers.email_address` (string) Example: "joe.blow@company.com" - `tracking_id` (string) 456 (string) Example: "123" - `email_verified` (boolean) A user email verification status. Example: true ## Response 401 fields