---
title: "Replay missed webhooks for credentialing workflows"
method: POST
path: "/credentialing-workflows/replay-webhooks"
tags: ["CredentialingWorkflow"]
---

# Replay missed webhooks for credentialing workflows

`POST /credentialing-workflows/replay-webhooks`

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.

## Headers

- `tenant-id` string, required

## Request body

- ReplayWebhooksRequest — Request to replay webhooks for credentialing workflows that missed webhook delivery
  - `workflowIds` string[], required — List of credentialing workflow IDs to replay webhooks for

## Response `202`

Webhook replay accepted and processing in the background

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
