{
"identity": {
"domains": [
"stripe.com"
],
"names": [
"Stripe"
]
},
"waterfall": {
"mode": "first_match",
"source_order": [
"hunter",
"snov",
"apollo",
"rocketreach"
],
"byok": {
"apollo_api_key": "<YOUR_APOLLO_KEY>",
"hunter_api_key": "<YOUR_HUNTER_KEY>",
"snov_client_id": "<YOUR_SNOV_CLIENT_ID>",
"snov_client_secret": "<YOUR_SNOV_CLIENT_SECRET>",
"rocketreach_api_key": "<YOUR_ROCKETREACH_KEY>"
}
},
"include_customs": false,
"customs": {
"type": "importer",
"trade_type": "both",
"date_range": {
"from": "2024-01-01",
"to": "2024-12-31"
},
"top_n_partners": 10,
"top_n_hs_codes": 10,
"requested_sections": [
"import_export_summary",
"trade_partners"
],
"section_limit": 10,
"sectionLimit": 10,
"companyId": "",
"company_id": "",
"debug": false
},
"response": {
"include_provider_raw": false
}
}curl --location --request POST '/api/company/enrich' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"identity": {
"domains": [
"stripe.com"
],
"names": [
"Stripe"
]
},
"waterfall": {
"mode": "first_match",
"source_order": [
"hunter",
"snov",
"apollo",
"rocketreach"
],
"byok": {
"apollo_api_key": "<YOUR_APOLLO_KEY>",
"hunter_api_key": "<YOUR_HUNTER_KEY>",
"snov_client_id": "<YOUR_SNOV_CLIENT_ID>",
"snov_client_secret": "<YOUR_SNOV_CLIENT_SECRET>",
"rocketreach_api_key": "<YOUR_ROCKETREACH_KEY>"
}
},
"include_customs": false,
"customs": {
"type": "importer",
"trade_type": "both",
"date_range": {
"from": "2024-01-01",
"to": "2024-12-31"
},
"top_n_partners": 10,
"top_n_hs_codes": 10,
"requested_sections": [
"import_export_summary",
"trade_partners"
],
"section_limit": 10,
"sectionLimit": 10,
"companyId": "",
"company_id": "",
"debug": false
},
"response": {
"include_provider_raw": false
}
}'{
"success": true,
"request_id": "req_xxx",
"company": {
"profile": {},
"field_sources": {}
},
"meta": {
"billing": {},
"waterfall": {}
},
"error": null
}