Replay Webhook Subscription
POST /v2/partner/webhook-subscriptions/{id}/replay
Required scopes
partner:webhooks:write
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | replayWebhookSubscription |
| Tags | Operations |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id | |
| — |
Request body
Required
oneOf<object | object>
Responses
202
Accepted
Example request
POST https://api.digitalonboarding.com/v2/partner/webhook-subscriptions/{id}/replay
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }