v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
CredentialingWorkflow

Replay missed webhooks for credentialing workflows

Accepts a list of workflow IDs and asynchronously replays credential_workflow.status.changed webhooks for each. Returns 202 Accepted immediately; progress is logged with the [webhook-replay] prefix. Each workflow is fetched and routed through the same webhook code path used during normal status changes.

post/credentialing-workflows/replay-webhooks

Headers

tenant-idstring required

Tenant ID

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 and processing in the background