/Developers
โ—‡ Dashboard โ†’
Prime Verifier API

Email verification and finding, built for developers

Check whether an address can receive mail, or find a person's work email from their name and company domain. Plain REST, JSON, one API key. Honest verdicts, you only pay when we earn a definitive answer.

The shape of every response

Every endpoint answers with the same envelope, data on success, error on failure, so you branch once and reuse everywhere.

POST https://api.primeverifier.com/v1/verify  # X-API-KEY header
{ "email": "[email protected]" }

// 200 { "status": "success", "data": { "result": "ok", "quality": "good", "risk_score": 8 }, "error": null }