MINARA

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.

MethodPOST
Path/v1/security/email-code
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryauth

On this page