latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
CredentialingWorkflow
Queue bulk workflow creation via Cloud Tasks with tracking (v2)
Accepts a bulk workflow creation request, writes a tracking record to the database, and enqueues one Cloud Tasks task per practitioner for reliable, independent processing. Returns 202 immediately with the bulk request tracking ID. Poll the tracking record or check individual workflow creation results using the tracking ID. Each task calls POST /credentialing-workflows/cloud-create internally. Use this endpoint in preference to the v1 /bulk-create when you need per-item status tracking or retry guarantees via Cloud Tasks.
post/credentialing-workflows/v2/bulk-create
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"certifyPractitionerIds": [
"cp_123456",
"cp_789012"
],
"filter": "{\"data.npi\":{\"eq\":\"1234567890\"}}"
}Response
Bulk workflow creation request accepted. Individual workflows will be created via Cloud Tasks.
object required