latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
CredentialingWorkflow
Asynchronously create workflows for multiple practitioners (v1)
Accepts a list of practitioners and asynchronously creates a credentialing workflow for each one. The request returns 202 immediately; creation for each practitioner runs in the background and is independent — a failure for one practitioner does not block others. Results are logged server-side but are not returned in the response body and there is no polling endpoint to check completion status. Use POST /credentialing-workflows/v2/bulk-create for a Cloud Tasks–backed version with a trackable bulk request record.
post/credentialing-workflows/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 and processing started. The operation will complete in the background.
object required