Email API
Our standalone email enrichment tool that will help you learn about the approximate minimum age of an email address, its provider, and any connected online profiles.
Good to know
- Use the Fraud API if you want to use the Email API together with any of our Phone API, IP API, and Device Fingerprinting.
- All SEON API requests are case-sensitive. Please follow the formatting below to avoid errors.
- Email API requests are limited to 120/minute during your SEON free trial.
Request
The [email_address]
in the request URI should include the full email address, for example: example@example.com
Optional query string parameters
Add the following parameters to the request URL for more control over the returned data, as seen in the example URL below.
Request Attributes | Value | Required | |
---|---|---|---|
include | history | no | |
include | flags | no | |
include | id | no | |
flags_timeframe_days | [number of days] | no | |
timeout | [number of milliseconds] | no | |
HTTP Endpoint
PHP
Generic
Generic
Response
The endpoint returns JSON structured response.
JSON Attributes | Type | |
---|---|---|
string | ||
score | number | |
deliverable | boolean | |
domain_details | object | |
account_details | object | |
breach_details | object | |
applied_rules | array of object | |
history | object | |
flags | array of object | |
id | string | |