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.
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
Resend verification email POST
Resend the verification email for a pending email claim. Revokes previous tokens and creates a new one.
Verify email claim POST
Verify an email claim using the token from the verification email. Returns the settled claim so the caller can confirm which email and flow was verified.