E-mail Check Invalid or Disposable Domain

GRATIS CON POSSIBILITÀ DI UPGRADE
Verified
Da Top-Rated | Aggiornamento 16 दिन पहले | Commerce
Popolarità

9.9 / 10

Latenza

464ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

c# error mailcheck

Rapid account: Patrickangheben
patrickangheben
एक वर्ष पहले

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 एक वर्ष पहले

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.

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti