Making requests | Documentation | Email Verification Bulk API | WhoisXML API

发出请求

API端点

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

In order to check lists of emails with the Bulk API, first upload the emails to the server which will create a verification request and return its ID to you. Then you can use this ID to query the request's status, download results etc.

The API expects parameters to be JSON-encoded in the body of each request.

Postman集合

Postman 是一个桌面和 Web 应用程序,允许用户通过图形用户界面向 API 发出请求。在探索 API 功能以及对应用程序问题进行故障排除时,我们建议将 Postman 与 WhoisXML API 端点结合使用

WhoisXML API Postman 集合可通过以下链接获取:

该集合包括预配置的环境。用户需要设置api_key变量来触发每个请求。在我的产品页面获取个人 API KEY 。如果有与 API 相关的问题,请联系我们

标头

Content-Type

application/json