Loading...

Knowledge Base

Resend Registrant Contact Verification Email Using the API

When you want to resend the Registrant Contact Email Address verification email for a domain using the API. This article explains the required parameters, API request format, and response details for resending verification emails.

Resend Registrant Contact Email Address Verification Email

Description

Resends the verification email to the Registrant Contact Email Address for the specified Domain Registration Order.

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredOrder Id of the Domain Registration Order for which you wish to resend the verification email

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/raa/resend-verification.xml?auth-userid=0&api-key=key&order-id=0

Response

Returns true (Boolean) if the action is executed successfully; false otherwise.

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.