latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
CredentialingWorkflow
Replay credential_workflow.status.changed webhooks for given workflows
Accepts a list of workflow IDs and asynchronously replays credential_workflow.status.changed webhook events for each one. Returns 202 immediately; replay runs in the background. Each workflow is fetched and routed through the same webhook dispatch path used during normal status changes, so downstream subscribers receive the same payload they would have received during the original status change. Progress is logged server-side with the [webhook-replay] prefix. There is no polling endpoint to track completion.
post/credentialing-workflows/replay-webhooks
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"workflowIds": [
"a2b4f213-f56e-49b7-9ffe-070ff70f0539",
"b3c5f324-f67e-49b8-0aff-181ff81f1640"
]
}Response
Webhook replay accepted and processing in the background