E-mail Check Invalid or Disposable Domain

फ्रीमियम
Verified
द्वारा Top-Rated | अपडेट किया गया il y a 13 jours | Commerce
लोकप्रियता

9.9 / 10

लेटेंसी

472ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

c# error mailcheck

Rapid account: Patrickangheben
patrickangheben
il y a un an

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 il y a un an

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.

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें