{
"identity": {
"domains": [
"stripe.com"
],
"names": [
"Stripe"
]
},
"waterfall": {
"mode": "first_match",
"source_order": [
"hunter",
"snov",
"apollo"
],
"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>"
}
},
"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"
],
"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>"
}
},
"response": {
"include_provider_raw": false
}
}'{
"success": true,
"request_id": "req_xxx",
"company": {
"profile": {},
"field_sources": {}
},
"meta": {
"billing": {},
"waterfall": {}
},
"error": null
}