E-mail Check Invalid or Disposable Domain

FREEMIUM
Verified
От Top-Rated | Обновлено לפני 17 ימים | Commerce
Популярность

9.9 / 10

Задержка

463ms

Уровень обслуживания

100%

Health Check

N/A

Назад ко всем обсуждениям

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.

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии