Validating Registrant Contact

Description

Validates the Registrant Contact(s) against the eligibility criteria(s) provided.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
contact-id Array of Integers Required The Registrant Contact Id(s) which you want to validate
eligibility-criteria Array of Strings Required

To validate the Registrant Contact(s), pass the appropriate eligibility-criteria(s) corresponding to the domain name extension:

Domain Name Extension Eligibility Criteria Value
.ASIA CED_ASIAN_COUNTRY and CED_DETAILS
.CA CPR
.COOP SPONSORS
.ES ES_CONTACT_IDENTIFICATION_DETAILS
.EU EUROPEAN_COUNTRY
.RU RU_CONTACT_INFO
.US APP_PREF_NEXUS

HTTP Method

GET

Example Test URL

https://test.httpapi.com/api/contacts/validate-registrant.json?auth-userid=0&api-key=key&contact-id=0&contact-id=1&eligibility-criteria=CED_ASIAN_COUNTRY&eligibility-criteria=CED_DETAILS

Response

Returns a hash map containing the Contact Id(s) and validation status for the corresponding eligibility criteria provided.