v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Digital Footprint

List all the assets living on an ASN.

The list of all the assets living on a specific ASN.

get/api/v2/companies/{id}/asn/assets

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.

codestring required
Example:AS12345

The ASN code.

cidrstring required
Example:192.168.4.5/24

The ASN CIDR.

Response

Success

string[] nullable required

Example response

[
  "www.nonacmeincdomain.com"
]