PearPear

Resend verification email by email address

Resend the verification email for a pending email claim using the email address. Does not require authentication. Always returns 204 to prevent email enumeration.

POST
/auth/resend-verification/email

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Resend verification email by email address (unauthenticated)

Response Body

curl -X POST "https://example.com/auth/resend-verification/email" \  -H "Content-Type: application/json" \  -d '{    "email": "trader@example.com"  }'
Empty