访问网络版的解决方案,挖掘和监测所有域名相关事件。
获得网络版企业级解决方案,以搜索和监控域名注册和所有权细节,了解品牌术语、模糊匹配、感兴趣的注册者等。
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/status -X POST -H "Content-Type: application/json" -d '{"apiKey": "YOUR_API_KEY", "ids": [622], "format": "json"}'
{
"apiKey": "YOUR_API_KEY",
"ids": [544, 595, 596],
"format": "json"
}
apiKey |
Required. Get your personal API key on the My products page. |
ids |
Required. Array. Required requests' IDs. |
format |
Optional. String. Used to specify the response format. Allowed values: "xml", "json", "csv". Default value: "json". |
{
"response": [
{
"id": 544,
"api_version": 2,
"date_start": "1528204702",
"total_emails": 500,
"invalid_emails": 0,
"processed_emails": 500,
"failed_emails": 0,
"ready": 1
},
{
"id": 595,
"api_version": 3,
"date_start": "1528377227",
"total_emails": 20,
"invalid_emails": 0,
"processed_emails": 20,
"failed_emails": 0,
"ready": 1
},
{
"id": 596,
"date_start": "1528377253",
"total_emails": 3,
"invalid_emails": 0,
"processed_emails": 3,
"failed_emails": 0,
"ready": 1
}
]
}
Code: 200 OK.
response |
The response object. Contains an array of user's requests' info on success. This array can be empty in case the 'ids' array contains non-existing ids only. 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. |