Base URL — All API requests go to
https://api.enrow.ioEndpoints
Email Finder
Find professional email addresses from a name and company domain
Email Verifier
Verify any email address with determinist catch-all verification
Phone Finder
Find direct phone numbers from a LinkedIn URL or name + company
How it works
All endpoints are asynchronous and follow the same pattern:Get notified or poll
Webhook (recommended): Pass a
webhook URL in settings and get the result POSTed to your server instantly.Polling: Call the GET endpoint with the search ID.Quick start
- cURL
- Node.js
- Python
Single vs Bulk
Every endpoint supports single and bulk mode:| Single | Bulk | |
|---|---|---|
| Batch size | 1 | Up to 5,000 |
| Best for | Real-time lookups | Large-scale enrichment |
| Webhook | Full result in payload | Notification, then GET |
Key features
Catch-all verification
Determinist verification that works even on catch-all domains. No debouncer needed.
Custom fields
Pass your own
custom data with each search — it’s returned as-is in the result.Webhooks
Get results in real-time. No polling, no wasted API calls.
Next steps
Authentication
Set up your API key
How Webhooks Work
Get results in real-time
Credits & Billing
Understand how credits work
Status Codes
HTTP codes and qualifications

