curl https://emailverification.whoisxmlapi.com/api/bevService/request/failed -X POST -H "Content-Type: application/json" -d '{"apiKey": "YOUR_API_KEY", "id": 622, "format": "json"}'
{
"apiKey": "YOUR_API_KEY",
"id": 596,
"format": "csv"
}
api密钥 |
必填。在我的产品页面获取个人 API 密钥。 |
ID |
必填。整数。 请求ID。 |
格式 |
选填。字符串。 使用指定响应格式。 允许的值:“xml”、“json”、“csv”。 默认值:“json”。 |