Knowledge Base
Categories: DNS API
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.
Description
Resends the verification email to the Registrant Contact Email Address for the specified Domain Registration Order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| auth-userid | Integer | Required | Authentication Parameter |
| api-key | String | Required | Authentication Parameter |
| order-id | Integer | Required | Order 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.
Did you find this article helpful?