Check email verification status

GET https://app.speybooks.com/api/v1/email-verification/verify-email/status

Check whether the authenticated user's email is verified. Returns the verification timestamp if verified.

Response

200 Returns the email verification status for the authenticated user.
Show response fields
email string
The user email address.
verified boolean
Whether the user email is verified.
verifiedAt string nullable date-time
ISO 8601 timestamp of when the email was verified, or null.