v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Email Verification

Send an email-ownership verification code

Email a 6-digit code to the DIR's authorizer email to confirm ownership of that address.

The code expires in 15 minutes. Requesting a new code invalidates any previous one. Resends are rate limited (a short cooldown plus a daily cap). Submit the code to POST /dir/{dir_id}/verify_email/confirm.

post/dir/{dir_id}/verify_email

Path parameters

dir_idstring uuid required
Example:16635d38-75a6-4481-82e8-69af60e05011

The DIR id. Lowercase UUID.

Response

A code was emailed; the current verification state is returned.

Example response

{
  "data": {
    "expires_at": "2026-07-30T17:15:00Z",
    "record_type": "email_verification",
    "sends_remaining_today": 9,
    "status": "sent"
  }
}