Check email verification status
GET
https://app.speybooks.com/api/v1/email-verification/verify-email/statusCheck 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 stringThe user email address.
verified booleanWhether the user email is verified.
verifiedAt string nullable date-timeISO 8601 timestamp of when the email was verified, or null.