v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacilityCredentialingWorkflow
Create facility credentialing workflows for multiple facilities (async)
Asynchronously creates facility credentialing workflows for multiple facilities. The request is accepted and processing begins immediately in the background. Each workflow is processed independently with automatic facility data hydration. Results are logged but not returned in the response.
post/facility-credentialing-workflows/bulk-create
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"certifyFacilityIds": [
"cf_123456",
"cf_789012"
],
"filter": "{\"data.npi\":{\"eq\":\"1234567890\"}}"
}Response
Bulk workflow creation request accepted and processing started. The operation will complete in the background.
object required