访问网络版的解决方案,挖掘和监测所有域名相关事件。
获得网络版企业级解决方案,以搜索和监控域名注册和所有权细节,了解品牌术语、模糊匹配、感兴趣的注册者等。
Detect and block access to and from dangerous domain names before malicious actors can weaponize them. Contact us today for more information.
解锁有关互联网资产及其所有权、基础资源和其他相关的全面情报信息。
域名、IP和DNS情报套餐可通过API查询,以可预测的价格进行每年订阅。
可为丰富产品内容和威胁狩猎等需求完整访问WHOIS、IP、DNS和子域名数据库。
多级 API 用户管理现已推出 - 管理机构中团队成员的个人 API 密钥。
了解更多curl https://emailverification.whoisxmlapi.com/api/bevService/request -X POST -H "Content-Type: application/json" -d '{"apiKey": "YOUR_API_KEY", "version": 3, "emails": ["[email protected]", "[email protected]", "[email protected]"], "format": "json"}'
{
"apiKey": "YOUR_API_KEY",
"version": 3,
"emails": [
"[email protected]",
"[email protected]",
"[email protected]"
],
"format": "json"
}
apiKey |
Required. Get your personal API key on the My products page. |
emails |
Required. Array. Contains array of email addresses for verification. |
version |
Optional. Number. Defines the version of the Email Verification API to be used. Allowed values: 2 and 3. Default value: 2. Please use version 3 of the API after April 30, 2024. NOTE: Email Verification API version 2 is being deprecated following the launch of version 3, which provides better stability and more accurate results. To learn more about the new version, please visit this specifications page. After April 30 2024, the v2 API will be discontinued and queries will no longer be served. |
format |
Optional. String. Used to specify the response format. Allowed values: "xml", "json", "csv". Default value: "json". |
{
"response": {
"id": 5
}
}
Code: 200 OK.
{
"response": {
"errors": [
"The format field should have one of the following values: json, xml."
]
}
}
Code: 400 Bad Request.
{
"response": {
"error": "Authorisation or authentication failed"
}
}
Code: 401 Unauthorized.
{
"response": {
"error": "Insufficient balance"
}
}
Code: 402 Payment Required.
response |
The response object. Contains the integer 'id' field on success. In case of an error it contains its description in the 'error' field. If there are multiple errors their descriptions are returned in the 'errors' array. |
id |
Integer. Newly created verification request ID. |
error |
String. Error description. |
errors |
Array. Multiple error messages. |