The Provider Data Import API lets your organization submit quarterly provider data in JSON batches. Data is submitted per organization (identified by OrgTIN) and is automatically grouped into the current calendar-quarter import run — no need to track or specify a quarter yourself.
This documentation covers everything your development team needs to integrate: authentication, submitting batches, checking import status, and verifying stored records.
How It Works
- Data is submitted per organization, identified by the organization's TIN (OrgTIN) in the URL.
- Imports are automatically grouped by the current calendar quarter (e.g., 2026-Q3) — no need to specify a quarter in the request.
- You can send data in multiple batches; all batches for the same organization and quarter are automatically grouped under one import run.
- Batches can be sent asynchronously and in any order — arrival sequence does not matter.
- Re-submitting an existing provider record within the same quarter updates it rather than creating a duplicate.
- Use the same
Idempotency-Keyheader to safely retry any failed or timed-out request without risk of duplication.
Contact Us
If you are interested in getting access, please contact one of our representatives by phone or email at (404) 250-3900 or at [[email protected]].
If you need technical assistance, please contact [[email protected]].

