Base URL: https://api.enrichgate.com · Authentication: Authorization: Bearer <your-api-key>
email_findFind a work email via waterfall across 40+ providers.
email_validateValidate an email address via ZeroBounce and others.
contacts_by_roleFind people with a given role at a company domain.
company_enrichGet company profile: headcount, industry, funding, tech stack.
/v1/runRun any operation through the waterfallRequest body
{
"operation": "email_find",
"name": "Jan Jezek",
"domain": "enrichgate.com"
}Response
{
"hit": true,
"email": "jan@enrichgate.com",
"provider": "apollo",
"credits_used": 1
}/v1/creditsCheck your credit balanceResponse
{
"balance": 99,
"used_30d": 1
}/v1/runsLast 50 run eventsResponse
[
{
"id": "run_01",
"operation": "email_find",
"hit": true,
"credits": -1,
"created_at": "2026-05-28T09:54:00Z"
}
]