Developer API

The FindMyMail API.

Resolve any email address to its webmail login URL from your own code. It's free to use right now, no key required. A paid tier with higher limits and support is on the way.

Use it free today

POST an email address, get the login URL back as JSON. No signup, no key.

curl -X POST https://findmymail.lexlabtools.com/api/v1/lookup \ -H 'Content-Type: application/json' \ -d '{"email":"user@company.com"}'

The response includes best_match (provider, login URL, confidence), candidates, evidence (MX records + mail-client settings), and honest notes when we can't be sure. Add ?nocache=1 to bypass the cache.

Join the API waitlist

Be first to know when the paid tier launches, with higher limits and priority support.