Email Verification
Get email-ownership verification status
Whether the DIR's current authorizer email has been verified.
get/dir/{dir_id}/verify_email
Path parameters
dir_idstring uuid required
Example:16635d38-75a6-4481-82e8-69af60e05011
The DIR id. Lowercase UUID.
Response
The current verification state.
Example response
{
"data": {
"expires_at": "2026-07-30T17:15:00Z",
"record_type": "email_verification",
"sends_remaining_today": 9,
"status": "sent"
}
}