Company Digital Footprint
List all the domains defined under the company.
List all the domains defined under this company. Domains are classified as active, dormant and aliases.
get/api/v2/companies/{id}/domains
Path parameters
idinteger required
The id of the target company.
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100 | 250
Example:10
The number of result items in a single response.
classification'active' | 'dormant'
Example:active
The classification of the domain; active or dormant. If omitted, both will be returned.
status'active' | 'inactive'
Example:active
The status of the domain; active or inactive. If omitted, both will be returned.
domainstring
Example:acmeinc.com
The exact value of the domain. No wildcard matching or contains is applied.
start_datestring date-time
Example:2026-01-01T00:00:00.000Z
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.
end_datestring date-time
Example:2026-01-15T23:59:59.000Z
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"
}
]