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": {
    "record_type": "email_verification",
    "status": "sent"
  }
}

Changes