direct dials api

The direct dials API that connects you to the person, not the switchboard

Turn a LinkedIn URL into a verified direct-dial number in the US and EU. REST API, async with webhooks, 40 credits charged only when a number is found. JSON in, JSON out.

1
2
3curl -X POST https://api.enrow.io/phone/single \
4 -H "x-api-key: YOUR_API_KEY" \
5 -H "Content-Type: application/json" \
6 -d '{
7 "linkedin_url": "https://www.linkedin.com/in/johndoe",
8 "settings": {
9 "webhook": "https://yourapp.com/webhook"
10 }
11 }'
1
2
3{
4 "phone": "+33 6 12 34 56 78",
5 "country": "FR",
6 "credits_used": 40
7}
8
9
10
11GET https://api.enrow.io/phone/single?id={search_id}

reference

One API. One endpoint. Single and Bulk.

direct dials

40 Credits

Endpoints

post

/phone/single

/phone/bulk

Inputs

LinkedIn URL

Outputs

Verified direct mobile

Country

Charged only when found

Every API has a matching GET endpoint to poll results. Or use webhooks and skip the polling entirely.

how it works

Async-first. Webhook-ready.

Async by default

POST to launch the search. Enrow verifies in the background. Results come via webhook or poll the GET endpoint with your search ID. Your app never blocks.

Metadata passthrough

Attach custom key-value pairs to any request. They come back unchanged in the response and webhook payload. Map results to your internal IDs, campaign tags, or CRM records — no lookup tables needed.

Webhooks

Set a webhook URL globally in the app, or per request in the settings object. Enrow POSTs results to your endpoint the second verification finishes. Six event types: single and bulk for email finder, email verifier, and phone finder.

Deterministic verification

The qualification field returns valid or invalid — no catch-all, no risky. Enrow performs deterministic verification, including on catch-all domains. No need to run results through a debouncer afterwards.

usage & monitoring

Track everything. Via API or in the dashboard.

Account endpoint

GET /account/info returns your current credit balance and registered webhooks. Build it into your monitoring, billing, or alerting systems.

Request

1

Response

In-app dashboard

Real-time credit usage, request logs, results per user. Full visibility without writing code.

Your current balance

Subscription Credits (0)

Pay-as-you-go (0)

History

ID

Status

Credits used

2475

In Process

12

2474

In Process

24

get started fast

SDKs, native integrations, or raw HTTP

SDKs

Official SDKs for Python, Node.js, Ruby, and PHP. Install, pass your API key, call the method. Handles auth, async polling, and response parsing.

History

py

from enrow import Enrow

Python

js

import Enrow from 'enrow'

Node.js

rb

require 'enrow'

Ruby

php

use Enrow\Client;

PHP

Native integrations

Clay, HubSpot, Salesforce, Pipedrive — pre-built connectors, no code needed. For when your team wants results without touching the API.

Logo Clay

HubSpot

Clay

Salesforce

Pipedrive

Enrow

Cargo

Lemlist

Make

n8n

HTTP from anywhere

Make, Zapier, n8n, Pipedream, or your own backend. If it sends POST requests, it works with Enrow.

Request from

Zapier

1curl -X POST
2 https://api.enrow.io/email/find/single -H "Content-Type: application/json" -H "x-api-key: YOUR_API_KEY" -d '{
3 "fullname": "John Doe",
4 "company_domain": "example.com"
5 }'

questions

Direct dials — everything you need to know

What are direct dials?

How do I get a direct dial for a contact?

Which countries do the direct dials cover?

Are the direct dials verified before I get them?

ready to stop wasting time?

First request in under 10 minutes

Read the docs. Install the SDK. Ship it.

api key in 30 seconds

no sales call

no onboarding