v1
latestOpenAPI 3.0.02026-07-24311994.6 KBDomain Intelligence
Inbound Supply Chain Risks
Returns the paginated inbound Supply Chain Risks view for a single domain: ranked third-party partner cards discovered from compromised credentials, enriched with company information. Requires the supply_chain_monitoring api permission.
post/search-by-domain/supply-chain-risks
Request body
Example request
{
"domain": "tesla.com",
"page": 1,
"limit": 25
}Response
Successful inbound supply chain scan
Example response
{
"success": true,
"domain": "tesla.com",
"total": 167,
"page": 1,
"limit": 25,
"data": [
{
"domain": "salesforce.com",
"source_domain": "tesla.com",
"partner_occurrence": 5,
"name": "salesforce",
"size": "10001+",
"industry": "internet",
"location_locality": "san francisco",
"location_region": "california",
"location_country": "united states",
"compromised_counts": {
"employees": 1073,
"users": 96923
}
}
]
}