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
ReplaceYOUR_API_KEY with your actual key and run this in your terminal:
Step 3: Read the response
You will receive a response like this:verified— top-level boolean, safe to use as your pass/fail gatestatus— current license status (active, inactive, suspended, expired, revoked)disciplinary_flags— true if any disciplinary actions are on recordoig_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?
- Read the full Verify Endpoint reference
- Understand Response Fields in detail
- Set up Webhook Monitoring for ongoing license tracking
- Download the Postman Collection to test interactively