Skip to content

Resend Verification Email

POST
/auth/resend-verification

Resend verification email to a registered user. Requires X-Bridge-Secret header. For security, always returns success even if email doesn't exist.

Authorizations

BridgeSecret

Bridge secret for backend integration

TypeAPI Key (header: X-Bridge-Secret)

Request Body

application/json
JSON
{
"email": "user@example.com"
}

Responses

Request processed successfully (doesn't reveal if email exists)

application/json
JSON
{
"success": true,
"message": "If your email is registered, you will receive a verification email.",
"verification_sent": true
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI