pub async fn domain_contact_issue_verify(
configuration: &Configuration,
domain_id: &str,
domain_contact_issue_verify_request: DomainContactIssueVerifyRequest,
) -> Result<(), Error<DomainContactIssueVerifyError>>Expand description
Issue a new verification request to a pending contact email associated with the domain. There is a rate limiter on this endpoint, you may need to wait between invocations.