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

codestring required

The 6-digit code sent to the authorizer email.

Example request

{
  "code": "482915"
}

Response

The authorizer email is verified.

Example response

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

Changes

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

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

Of the 99 revisions, 1 has no diff computed.