Returns a list of contacts, related to domains within your account, that require verification as per ICANN procedures. When a new domain is created, unverified contacts are not immediately available in API responses. Records are added by a scheduled process that runs approximately every 10 minutes. As a result, there may be up to a 10-minute delay before unverified contacts appear in the API. This delay also applies to related events such as webhooks or other downstream systems that depend on contact verification data.
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
PerPage is the number of records to return per request. If not passed in the request, the default value is 100 records.
x >= 1100
Page is which page to return. If not passed in the request, the default page is 1.
x >= 12
A successful response containing an array of unverified contacts. This array may be empty if there are no unverified contacts related to domains in your account.
A list of unverified contacts that relate to your account.
From is the starting record for the current page.
1
To is the ending record for the current page.
25
LastPage is the identifier for the final page of results. This value will be null if there is not a previous result page.
NextPage is the identifier for the next page of results. This value will be null if there is not a next page of results.
TotalCount is total number of domains returned for request.