latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

FacilityCredentialingWorkflow

Replay missed webhooks for facility workflows

Triggers a background re-delivery of webhooks that were not received or processed for the specified facility credentialing workflows. When to use: Use when a downstream system missed webhook events for one or more facility workflows — for example, after a consumer outage. Supply the target workflowIds in the request body; the replay runs asynchronously. Side effects: Webhook events are re-emitted in the background. There is no completion notification — the caller cannot determine when replay has finished. Returns: 202 Accepted once the replay job is enqueued. Returns 400 if the request body is malformed.

post/facility-credentialing-workflows/replay-webhooks

Headers

tenant-idstring required

Request body

workflowIdsstring[] required

List of credentialing workflow IDs to replay webhooks for

Example request

{
  "workflowIds": [
    "a2b4f213-f56e-49b7-9ffe-070ff70f0539",
    "b3c5f324-f67e-49b8-0aff-181ff81f1640"
  ]
}

Response

Webhook replay accepted