found: false).curl --location --request POST 'https://dev.enrich.so/api/v3/email-finder' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Emily",
"lastName": "Zhang",
"domain": "figma.com"
}'{
"success": true,
"data": {
"firstName": "Emily",
"lastName": "Zhang",
"domain": "figma.com",
"found": true,
"email": "emily.zhang@figma.com",
"confidence": "high",
"isCatchAll": false,
"provider": "GOOGLE",
"message": "Email found with high confidence"
},
"meta": {
"requestId": "665b0a7f3e4c9200138eaf01",
"creditsUsed": 10,
"creditsRemaining": 24990,
"processingTimeMs": 912
}
}