Check email verification status
GET
https://app.speybooks.com/api/v1/auth/verify-email/statusReturn whether the authenticated user's email is verified, with the verification timestamp when it is and null when it is not.
Response
200Returns the email verification status for the authenticated user.
Show response fields
emailstringThe user email address.
verifiedbooleanWhether the user email is verified.
verifiedAtstringnullabledate-timeISO 8601 timestamp of when the email was verified, or null.