Replay Inbound Webhooks

POST /v2/webhooks/inbound/{receiver_id}/replay

Required scopes

partner:incoming-webhooks:write

Tokens missing any required scope return 401 scope_missing. See Auth & Scopes for issuance.

Operation

Operation ID replayInboundWebhooks
Tags InboundReceivers

Parameters

Name In Type Description
receiver_id * path id
Idempotency-Key header string Per `00-conventions.md` §7. Client-generated UUID v4 recommended.
X-Operator-Override header string Comma-separated override flags. Standard set: destructive, bulk, force, bypass_validation=<validator>, dry_run.

Request body

Required

oneOf<object | object>

Responses

202
Accepted
object
FieldTypeDescription
replay_batch_id *string (uuid)
count_queued *integer
count_processedintegerPresent when synchronous (below 1000 records).

Example request

POST https://api.digitalonboarding.com/v2/webhooks/inbound/{receiver_id}/replay
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>

{ /* request body matching schema above */ }