v1.0.0
OAS 3.0.3

Findymail API documentation

This documentation aims to provide all the information you need to work with our API.

Rate limit: all endpoints have a concurrent rate limit of 300 simultaneous requests, unless stated otherwise.

:
Client Libraries

Email Verifier

Email Verifier Endpoints

Verify an email for potential bounce

Uses one verifier credit on all attempted verification

Body
application/json
email
string
required

Email to verify

Examplejdurgan@example.org
Responses
POST/api/verify
curl https://app.findymail.com/api/verify \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --data '{
  "email": "jdurgan@example.org"
}'
{ "email": "john@example.com", "verified" : true, "provider": 'Google'}

Contacts

Email Finder

Misc

Phone Finder

Phone Finder Endpoints

User

User Endpoints