Other tools help you submit the form. We get you to the effective date.
Enroll providers with any payer through a single API
Aetna takes 60 days and responds via email roster. UHC takes 45 days and needs a phone call. BCBS Florida only responds if you call them. Every payer has a different channel, a different cadence, a different way of going silent on you.
Your ops team manages this across 20+ payers in spreadsheets, makes hundreds of follow-up calls a week, and hopes nothing falls through the cracks. When someone leaves, the institutional knowledge of how to navigate each payer walks out with them.
Send us the provider and the payer. We own everything in between.
One API call with the provider and the payer. That is your integration. No portal logins, no forms to babysit, no fax machines.
What it takes to reach the effective date — wherever the payer lives, however long it takes — is our problem. You do not see it.
A webhook fires the moment the payer activates, with the effective date and payer-side ID. Your onboarding triggers off a structured event.
Other tools help you submit the form. We get you to the effective date.
# Create an enrollment POST /v1/enrollments { "provider": { "npi": "1234567890", "first_name": "Sarah", "last_name": "Chen", "taxonomy": "207Q00000X" }, "payer": { "id": "aetna", "plan_type": "commercial" }, "locations": ["loc_01H8XKBA"], "effective_date": "2026-05-01" }
JSON in, structured data out. One endpoint to create an enrollment with any payer — no portals, no screen-scraping, no fax machines.
{ "event": "enrollment.effective", "data": { "id": "enr_9Xk2mPqL", "payer": "aetna", "provider_npi": "1234567890", "effective_date": "2026-05-01", "payer_provider_id": "W00892341" } }
The one event you really need. Effective date captured, payer-side ID attached, provider ready to bill. No polling, no chasing.