H

Healthparse · Screen

by Healthparse

GETBase

$0.15

per call · USD Coin on Base

Screen a provider (name and/or NPI) against all federal and state exclusion lists in one call — OIG LEIE, GSA SAM, OFAC SDN, FDA debarment, state Medicaid exclusions, and licensing-board sanctions from 13 states. Returns an attested clear/flagged verdict with per-list counts. NPI-only screens (no name) cover 4 of 6 lists — OFAC SDN and FDA debarment need a name; see lists_checked/lists_not_applicable. For hiring, credentialing, and vendor-onboarding agents.

Endpoint

GET https://api.healthparse.io/v1/screen

1

Calls / 30d

1

Unique payers / 30d

Aug 28

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.healthparse.io/v1/screen", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.healthparse.io/v1/screen?name=example&npi=example" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "lists_checked": [
    "oig_leie",
    "gsa_sam",
    "state_medicaid",
    "state_boards"
  ],
  "lists_not_applicable": [
    "ofac_sdn",
    "fda_debarment"
  ],
  "per_list": {
    "fda_debarment": null,
    "gsa_sam": 0,
    "ofac_sdn": null,
    "oig_leie": 0,
    "state_boards": 0,
    "state_medicaid": 0
  },
  "verdict": {
    "clear": true,
    "flagged_lists": [],
    "hits": 0
  }
}

Payment details

Pay to0x177ea123a35253ba8869a7e21e717978e482351d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Healthparse & similar services