Skip to main content

Quickstart

Verify your first medical license in under 5 minutes.

Step 1: Get your API key

After your early access application is approved, you will receive an email from support@veriflowapi.com with your API key. It will look like this:

Step 2: Make your first request

Replace YOUR_API_KEY with your actual key and run this in your terminal:

Step 3: Read the response

You will receive a response like this:
The key fields to check in your onboarding flow:
  • verified — top-level boolean, safe to use as your pass/fail gate
  • status — current license status (active, inactive, suspended, expired, revoked)
  • disciplinary_flags — true if any disciplinary actions are on record
  • oig_excluded — true if provider is on the HHS exclusion list

Step 4: Handle the response in your code

Python

Node.js

PHP

What’s next?