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"
  }
}

Changes

Changed in 1 of the 61 revisions of this API.2

    • added the optional property data/expires_at to the response with the 200 status

      response-optional-property-added

    • added the optional property data/sends_remaining_today to the response with the 200 status

      response-optional-property-added