Disposable Phone Checker API in C# / .NET

Call the Disposable Phone Checker API from C# / .NET with a single request — here's the whole thing, key included.

dotnet add package APIVerve.API.DisposablePhone

Fetch disposable phone checker api data.

using var client = new HttpClient();
client.DefaultRequestHeaders.Add("x-api-key", "YOUR_API_KEY");

var json = await client.GetStringAsync("https://api.apiverve.com/v1/disposablephone");
Console.WriteLine(json);

Swap YOUR_API_KEY for the key on your dashboard. See the reference for the exact parameters this endpoint accepts.

The response.

phone"+12085813945"
isDisposabletrue
firstSeen"2024-01-30"

Run it in C# / .NET. One key, the Disposable Phone Checker API, live in minutes.

Scaling up?

Volume pricing, custom SLAs, and dedicated support for high-traffic teams.

Contact sales