結果を取得(無効な用語と失敗した用語) | ドキュメント | Email Verification Bulk API | WhoisXML API

結果を取得(無効な用語と失敗した用語)

POST https://emailverification.whoisxmlapi.com/api/bevService/request/failed

CURLリクエストサンプル

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"}'

POSTリクエストボディのサンプル

{
    "apiKey": "YOUR_API_KEY",
    "id": 596,
    "format": "csv"
}

入力パラメータ

apiKey

必須 。My productsページでAPIキーを取得してください。

id

必須。整数。

リクエストのID。

format

任意。文字列。

応答の形式を指定するために使用します。

使用可能な値:「xml」、「json」、「csv」。

初期値:「json」。