For provider onboarding

License Verification for Provider Onboarding

Give your onboarding flow one API call to drop one API call into onboarding to confirm license, NPI, and exclusion status.

Start free → 100 verifications
No credit card required. One API call returns license status, NPI identity, and OIG exclusion screening.

One call, normalized

Skip per-board formats and portals. Submit a provider, get a single clean JSON response.

Federal screening built in

NPPES identity and OIG exclusion checks run nationwide on every verification.

Signed certificate

Every check returns a tamper-evident, SHA-256 signed certificate, retained seven years.

Built for provider onboarding

If you run a onboarding flow, VeriflowAPI lets you drop one API call into onboarding to confirm license, NPI, and exclusion status. One endpoint replaces the per-state board integrations, portals, and formats you would otherwise maintain, and returns a signed certificate you can keep for audit.

Verify at onboarding

Confirm license, NPI, and OIG status before a provider goes live.

Monitor continuously

Webhooks alert you when a license lapses, is disciplined, or an exclusion is added.

Audit-ready

Every check produces a tamper-evident signed certificate, retained seven years.

Example request

# One call verifies license + NPI + OIG
POST https://api.veriflowapi.com/v1/verify

{
  "first_name": "Jane",
  "last_name": "Provider",
  "state": "TX"
}

# Response
{
  "verified": true,
  "status": "active",
  "state": "Texas",
  "license_number": "...",
  "expiry_date": "2027-05-31",
  "oig_excluded": false,
  "sources_checked": ["NPPES", "OIG", "TX Medical Board"],
  "certificate_hash": "sha256_..."
}

FAQ

How fast can we integrate?

One REST endpoint and a bearer token. Most teams run their first live check the same day, with 100 free verifications to test.

Which states and roles are covered?

Deep license data for eight states today (TX, FL, IL, WA, CO, CT, AL, NY) across physician and behavioral-health roles, plus nationwide federal screening. See the coverage page for the current list.

Add provider verification to your onboarding flow

Start with 100 free verifications. No credit card. Read the docs or explore coverage.

Create your account →