Send verification email to current user
POST
https://app.speybooks.com/api/v1/email-verification/verify-email/sendSend or resend a verification email to the authenticated user. Invalidates any existing unused tokens before generating a new one. Returns success even if already verified (idempotent). Rate limited with a 2-minute cooldown between sends.
Response
200 Verification email queued or already verified. Returns a user-friendly message.
Show response fields
message stringHuman-readable status message.
Error codes
404 User not found.