{
  "x402Version": 2,
  "id": 14923,
  "slug": "14923",
  "resource": "https://api.healthparse.io/v1/screen",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x177eA123A35253ba8869A7e21E717978e482351D",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "150000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "name": "example",
            "npi": "example"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "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
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/screen",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "name": {
                "type": "string"
              },
              "npi": {
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.healthparse.io",
  "lastUpdated": "2026-08-28T07:03:01.988Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T07:03:01.506Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.healthparse.io",
    "manifest_name": "api.healthparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}