Re-send the email-verification code for an unverified user. Always returns 200 (no enumeration).
POST
End-user session operationId: resend_verification/v1/auth/verify-email/resend Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Request body · required
emailstring required
Responses
200 Verification re-sent if applicable
Request
curl -X POST "http://localhost:8080/v1/auth/verify-email/resend" \
-H "Content-Type: application/json" \
-d '{
"email": "string"
}'Try it
live requestPOST
http://localhost:8080/v1/auth/verify-email/resend