SupplyChain
Searches through supply chain relationships.
Create a search operation for supply chain analysis. This endpoint will not return the list of resulting companies, but instead it will return a search token that can be used to list the supply chain companies found by using getSupplyChainCompanies operation. Attention: Every unique client id can create a maximum of 100000 search keys per day.
post/api/v2/supplychain/search
Request body
Example request
{
"Relationships": [
"3rd Party"
],
"CountryCodes": [
"US"
],
"IndustryIds": [
54
],
"TagIds": [
123
],
"EcosystemIds": [
456
],
"GradeLetters": [
"C-"
],
"DetectionTypes": [
"Cloud Asset Detected"
],
"AssetCountryCodes": [
"DE"
],
"RsiMin": 0.5,
"DbiMin": 0.5,
"FairMin": 100000,
"ConcentrationRiskMin": 25,
"ComplianceRatingMax": 75
}Response
Success
Example response
{
"Key": "0f8fad5b-d9cb-469f-a165-70867728950e"
}