# Start two factor authentication process Starts the two factor authentication process. An email will be sent to the email address provided in the request with a link to complete the process. Endpoint: POST /blaize/two-factor-authentication Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Request fields (application/json): - `action` (string) Enum: "login", "register", "completeRegistration" - `identifiers` (object) - `identifiers.email_address` (string) - `method` (string) Enum: "email" ## Response 201 fields ## Response 404 fields ## Response 405 fields