API Documentation

Everything you need to integrate the RichAPI API into your product.

Waterfall

Email Verifier

Verify email deliverability and validity via multi-provider waterfall.

POST
/api/v1/email_verifier
2 credits per call

Parameters

FieldTypeRequiredDescription
emailstringYesEmail address to verify

Example response

json
{
  "email": "example",
  "valid": true,
  "status": "example",
  "mxFound": true,
  "disposable": true
}

Code

curl -X POST https://dev-api.richapi.ai/api/v1/email_verifier \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "john.doe@acme.com"
}'

Try it

Sign in to test this endpoint with your API key.

Sign in to try