List all the domains defined under the company.
List all the domains defined under this company. Domains are classified as active, dormant and aliases.
Path parameters
The id of the target company.
Query parameters
The number of the page requested.
The number of result items in a single response.
The classification of the domain; active or dormant. If omitted, both will be returned.
The status of the domain; active or inactive. If omitted, both will be returned.
The exact value of the domain. No wildcard matching or contains is applied.
Filters domains discovered or last updated on or after this date. Must be provided with end_date. The date range must not exceed 15 days.
Filters domains discovered or last updated on or before this date. Must be provided with start_date. The date range must not exceed 15 days.
Response
Success
Example response
[
{
"DomainId": 12345,
"Domain": "acmeincsupport.com",
"Relation": "Main Domain",
"Whois": {
"Email": "admin@acmeinc.com",
"Registrar": "MarkMonitor Inc.",
"Registrant": "Acme, Inc MV",
"Country": "Canada"
},
"IPAddresses": "192.168.1.1, 192.1682.1.2",
"NSAddresses": "ns1-201-dns.com, ns1-202-dns.com",
"MXAddresses": "acmeinc.com.mail.protection.com",
"Classification": "Active",
"Status": "Active",
"Cpes": [
"cpe:/a:product:product:4.89:rc5"
],
"Products": [
"Wordpress 5.2.11"
],
"DiscoveredDate": "2026-01-01T10:20:30.000Z",
"LastUpdateDate": "2026-01-03T10:20:30.000Z"
}
]Changes
No recorded changes to this endpoint across all 3 revisions of this API.