Send verification email to current user
POST
https://app.speybooks.com/api/v1/auth/verify-email/sendSend or resend the verification email to the authenticated user. Any earlier unused link stops working once a new one is sent. The call still succeeds if the address is already verified. Resends are rate limited and subject to a short cooldown; requesting another too soon returns a message to check the inbox or wait before retrying.
Response
200Verification email queued or already verified. Returns a user-friendly message.
Show response fields
messagestringHuman-readable status message.
Error codes
404User not found.