v1
latestOpenAPI 3.0.02026-08-0679302767.4 KBLists all providers in an organization
Fetches all the providers in the given organization, this endpoint is used to query for all providers in the organization. The endpoint returns a list of providers with the providerId and basic details. This endpoint supports filters for pagination (offset and limit), file type, flagged status, and created or updated date ranges. The practice location data response can be enabled on request, it is not returned by default.
Query parameters
The starting index for pagination, specifying how many records to skip.
The maximum number of records to retrieve in a single request.
File Type of the providers to filter by to be terminated.
Flagged providers will be terminated.
Filter providers that are created or updated >= specified date.
Filter providers that are created or updated < specified date.
Headers
Response
List of providers.
Example response
[
{
"credentialing_status_update_date": "YYYY-MM-DD",
"dob": "YYYY-MM-DD",
"practice_location": [
{
"start_date": "YYYY-MM-DD",
"clia_expiration_date": "YYYY-MM-DD",
"verified_date": "YYYY-MM-DD"
}
]
}
]