Reverse lookup a person by business email address.
curl --request POST \
--url https://api.crustdata.com/person/enrich \
--header 'authorization: Bearer YOUR_API_KEY' \
--header 'content-type: application/json' \
--header 'x-api-version: 2025-11-01' \
--data '{
"business_emails": ["abhilash@crustdata.com"]
}'
Was this page helpful?