v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
v2/providers

Batch practitioner data with licenses, DEA and CDS information

Fetches practitioners with licenses, DEA and CDS data using cursor-based pagination. This endpoint is designed for synchronizing practitioner data to downstream systems. Returns base practitioner fields plus all licenses, DEA and CDS dashboard fields.

get/v2/providers/licenses

Query parameters

sizenumber

Number of records per request (default: 1000, max: 1000)

cursorstring

Pagination cursor from previous response. Pass null to start from beginning.

cdsStatusstring

Filter CDS licenses by status. If provided, only CDS licenses matching this status will be returned. Common values: "Active", "Inactive", "Expired"

deaStatusstring

Filter DEA licenses by status. If provided, only DEA licenses matching this status will be returned. Common values: "Active", "Inactive", "Expired"

licenseStatusstring

Filter state licenses by status. If provided, only state licenses matching this status will be returned. Common values: "Active", "Inactive", "Expired", "Suspended"

Headers

organization-idstring

Response

List of practitioners with licenses, DEA and CDS data.

nextCursorstring nullable required

Cursor for next page. Null when no more records exist.