E-mail Check Invalid or Disposable Domain

免费增值
Verified
通过 Top-Rated | 已更新 hace un día | Commerce
人气

9.9 / 10

延迟

457ms

服务等级

100%

Health Check

N/A

返回所有讨论

c# error mailcheck

Rapid account: Patrickangheben
patrickangheben
hace un año

Hi

I have an error when i use c#

{“message”:“Endpoint ‘/0’ does not exist”}

var client = new RestClient(“https://mailcheck.p.rapidapi.com/?domain=toto@hotmail.com”);
var request = new RestRequest(Method.GET);
request.AddHeader(“x-rapidapi-host”, “mailcheck.p.rapidapi.com”);
request.AddHeader(“x-rapidapi-key”, “YOUR-API-KEY”);
IRestResponse response = client.Execute(request);

Rapid account: Top Rated
Top-Rated Commented hace un año

Could you please paste the full code that you’re trying with (except the API key). It seems like either the host-header, or URL is incorrect.

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论