Call the Disposable Phone Checker API from Node.js with a single request — here's the whole thing, key included.
npm install @apiverve/disposablephoneconst res = await fetch("https://api.apiverve.com/v1/disposablephone", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);Swap YOUR_API_KEY for the key on your dashboard. See the reference for the exact parameters this endpoint accepts.
phone"+12085813945"isDisposabletruefirstSeen"2024-01-30"