Email Verification
Confirm an email-ownership verification code
Submit the 6-digit code that was emailed to the DIR's authorizer email. On success the authorizer email is marked verified.
For security, any failure (wrong, expired, already-used, or too many attempts) returns the same generic message.
post/dir/{dir_id}/verify_email/confirm
Path parameters
dir_idstring uuid required
Example:16635d38-75a6-4481-82e8-69af60e05011
The DIR id. Lowercase UUID.
Request body
Example request
{
"code": "482915"
}Response
The authorizer email is verified.
Example response
{
"data": {
"expires_at": "2026-07-30T17:15:00Z",
"record_type": "email_verification",
"sends_remaining_today": 9,
"status": "sent"
}
}