Everything you need to integrate the RichAPI API into your product.
Verify email deliverability and validity via multi-provider waterfall.
/api/v1/email_verifierParameters
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address to verify |
Example response
{
"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