Resend Verification Email

This guide provides details on the API enhancements for NIXI (National Internet Exchange of India) compliance, which requires Registrant Email Verification and eKYC (Electronic Know Your Customer) Verification for .IN, third level .IN and .BHARAT domains.

Resend Verification Email

Triggers a fresh domain verification email for domains that currently have a pending Email Verification and/or eKYC status.

(Note: This API will throw an error and cannot be used if eKYC is currently in processing, i.e., eKYCVerificationStatus is Pending Partner Confirmation)

HTTP Method: POST

URL: https://test.httpapi.com/api/domains/nixi/verification/resend.json

Parameters

Parameter Name Required Description Data Type
order-id Yes The Order ID for the Domain. Integer
auth-userid Yes Your Reseller ID. String
api-key Yes Your API Key. String

 

Example Request

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

Example Response
Success Response: Returns the following JSON if the action is executed successfully:


    "status": "Success", 
    "message": "Verification email has been sent to the Registrant contact" 
}
Error Response: In case of any errors, a status key with a value of ERROR, along with a descriptive error message, will be returned.

{
    "status": "ERROR",
    "message": "Resend verification email is not supported for InActive or Deleted domains."
}