v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacilityCredentialingWorkflow
Create facility credentialing workflows for multiple facilities via Cloud Tasks (v2)
Accepts a bulk workflow creation request, creates a tracking entry in the database, and enqueues individual workflow creation tasks via Cloud Tasks for reliable processing. Each facility workflow is created independently through the cloud-create callback. Returns immediately with 202 Accepted.
post/facility-credentialing-workflows/v2/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. Individual workflows will be created via Cloud Tasks.
object required