{"email":"[email protected]","valid_syntax":true,"domain":"gmail.com","mx_found":true,"disposable":false,"free_provider":true,"role_based":false,"suggestion":null,"score":100,"status":"deliverable","mx_records":["gmail-smtp-in.l.google.com","alt1.gmail-smtp-in.l.google.com","alt2.gmail-smtp-in.l.google.com","alt3.gmail-smtp-in.l.google.com","alt4.gmail-smtp-in.l.google.com"]}
curl --location --request GET 'https://zylalabs.com/api/13139/email+address+validator+api/26653/[email protected]' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 电子邮件地址验证器 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
领先企业的信赖之选
检查一个电子邮件地址是否真的可用而不发送任何邮件。该服务验证语法,查找域名的实时邮件服务器记录,标记一次性和角色基础的地址,建议常见拼写错误的更正,并返回一个从零到一百的质量评分。在一次请求中验证一个或多个地址
The Validate Email endpoint returns data indicating the validity of an email address, including syntax correctness, live mail server records, disposable or role-based address status, typo suggestions, and a quality score from 0 to 100.
Key fields in the response include "valid_syntax," "mx_found," "disposable," "free_provider," "role_based," "suggestion," "score," and "status." Each field provides specific insights into the email address's validity and quality.
The response data is structured in JSON format, with key-value pairs. Each key represents a specific attribute of the email validation, making it easy to parse and utilize programmatically.
The endpoint provides information on syntax validity, domain mail server status, whether the address is disposable or role-based, typo suggestions, and an overall quality score, helping users assess email address usability.
通过与实时邮件服务器记录进行实时检查以及评估语法和地址类型的验证算法,数据准确性得以保持,从而确保用户获得可靠的结果
典型的用例包括验证用户注册 清理营销活动的电子邮件列表 以及通过过滤掉无效或一次性地址来确保准确的沟通
Users can customize their requests by specifying a single email address in the GET request. The API processes the input and returns detailed validation results tailored to that specific address.
"valid_syntax" indicates if the email format is correct, "mx_found" shows if mail servers exist for the domain, "disposable" flags temporary addresses, "suggestion" offers typo corrections, and "score" reflects overall email quality.