Send email verification code
POST /v1/security/email-code — Triggers `POST /auth/email/code` upstream so the user can receive a fresh verification code. Disable/unbind TOTP flows p
POST /v1/security/email-code
Triggers POST /auth/email/code upstream so the user can receive a fresh verification code. Disable/unbind TOTP flows pair the authenticator code with this email code; other account changes that need a fresh email code can also call this endpoint. Body accepts an optional emailType string to scope the template; omit for the generic verification.
| Method | POST |
| Path | /v1/security/email-code |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |