Verify email with token

POSThttps://app.speybooks.com/api/v1/auth/verify-email

Confirm an email address using the token from the verification link. This is a public endpoint and needs no session, so the link works from any device. It marks the address verified and the link used, and is idempotent: an already-verified address still returns success. The link is time-limited; an expired link returns a message to request a new one.

Body parameters

tokenstringrequired
The 64-character verification token from the email link.

Response

200Email verified successfully, or was already verified.
Show response fields
messagestring
Human-readable result message.

Error codes

400Invalid, expired, or already-used verification token.