API

Email finder API

JSON API for finding and verifying work emails. Pay per confirmed mailbox. Drops into Clay, n8n, Make, or a waterfall.

The cheapest published rate on the pricing page is the API rate. There is no separate SKU. A bearer key spends the same wallet the dashboard does, and only when the mailbox is confirmed.

POST /api/v1/email/find
Authorization: Bearer fle_…

{
  "first_name": "Jane",
  "last_name":  "Doe",
  "company_domain": "example.com"
}

// 200
{
  "email": "jane.doe@example.com",
  "status": "verified",
  "confidence": 0.99,
  "pattern": "first.last",
  "credits_used": 1
}

Full field list, bulk jobs, webhooks and error codes: API documentation.

Get an API key

Same fields the dashboard uses. Idempotency keys on jobs. You are billed when the mailbox is confirmed.

Create a key

Related