latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

FacilityCredentialingWorkflow

Internal Cloud Tasks callback — create one facility workflow

Internal endpoint called by the v2 bulk-create Cloud Tasks queue to create a single facility credentialing workflow and record the result against the parent bulk-request item. When to use: This endpoint is invoked automatically by the platform's task queue as part of POST /v2/bulk-create processing. It is not intended for direct API consumer use. Authentication: Required body fields: certifyFacilityId (string), tenantFacilityId (string), credentialingWorkflowBulkRequestId (string), credentialingWorkflowBulkRequestItemId (string). Optional: data (object) — workflow creation payload. Returns: 201 Created with the created workflow on success. Returns 401 for a missing or invalid API key.

post/facility-credentialing-workflows/cloud-create

Headers

tenant-idstring

Tenant ID

user-idstring

User ID for service-to-service calls

Request body

emptyboolean
valueNodeboolean
containerNodeboolean
missingNodeboolean
arrayboolean
objectboolean
nodeType'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
pojoboolean
numberboolean
integralNumberboolean
floatingPointNumberboolean
shortboolean
intboolean
longboolean
floatboolean
doubleboolean
bigDecimalboolean
bigIntegerboolean
textualboolean
booleanboolean
nullboolean
binaryboolean

Response

Workflow created successfully