country_code parameter changes search behavior.
Who can access the Enrow API?
The Enrow API is available to customers with an active subscription or pay-as-you-go credits. If your account has neither, the API section won’t be accessible. To see how credits are consumed per endpoint, see Credits & billing.Where do I find my API key?
Your API key is in the Enrow Dashboard — click API in the left menu and copy the key. The same key authenticates every endpoint through thex-api-key header. For request examples and error handling, see Authentication.
How do I set a default webhook URL?
You can configure a default webhook URL in the dashboard. This URL is used whenever nowebhook is specified in an individual request, so you don’t have to repeat it on every call. A per-request webhook in the settings object always overrides the dashboard default.
For payload formats, retries, and security, see How Webhooks Work.
What does the country_code parameter do?
Thecountry_code parameter (ISO 3166-1 alpha-2) sets which local version of Google the API uses to resolve a company. Pass it in the settings object of your request. If nothing is provided, the default is US.
The country code is only useful when searching with
company_name (not company_domain). It tells Enrow which local version of Google to use for resolving the company — for example, google.de for Germany or google.fr for France.settings object also accepts webhook (a per-request webhook URL), retrieve_gender (boolean) and retrieve_company_info (boolean). See the Find Single Email reference for the full list of available settings.
FAQ
Do I need a separate API key per endpoint?
Do I need a separate API key per endpoint?
No. One API key authenticates every endpoint — Email Finder, Email Verifier, and Phone Finder. Pass the key in the
x-api-key header on every request.Does country_code work with company_domain?
Does country_code work with company_domain?
No. The
country_code parameter only affects searches that use company_name. When you pass a company_domain, the domain already identifies the company, so the country code has no effect.What happens if I set both a dashboard webhook and a per-request webhook?
What happens if I set both a dashboard webhook and a per-request webhook?
The per-request
webhook in the settings object takes priority. The dashboard default is only used when a request does not include its own webhook URL.Next steps
Authentication
How to pass your API key in the x-api-key header.
How Webhooks Work
Set up webhooks to get notified when a search completes.
Credits & billing
See how credits are consumed for each endpoint.
Find an email
Run a single email search with custom settings.

