Get a domain list for advanced terms
POST https://registrant-alert.whoisxmlapi.com/api/v2
Request Body
{"apiKey"=>"{{api_key}}", "sinceDate"=>"2022-11-20", "mode"=>"purchase", "punycode"=>true, "responseFormat"=>"json", "createdDateFrom"=>"", "createdDateTo"=>"", "updatedDateFrom"=>"", "updatedDateTo"=>"", "expiredDateFrom"=>"", "expiedDateTo"=>"", "advancedSearchTerms"=>[{"field"=>"RegistrantContact.Organization", "term"=>"Airbnb, Inc.", "exactMatch"=>true}, {"field"=>"RegistrantContact.Country", "term"=>"UNITED STATES"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"domainsCount":1,"domainsList":[{"domainName":"airfoodndrinkdublin.com","date":"2022-11-22","action":"updated"}]}