Check email verification status

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

Return 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
emailstring
The user email address.
verifiedboolean
Whether the user email is verified.
verifiedAtstringnullabledate-time
ISO 8601 timestamp of when the email was verified, or null.