API reference · Inbound Webhooks
POST/api/v1/inbound-webhooks/{id}/deliveries/{deliveryId}/replay
Product availabilityAlgaPSA

Replay inbound webhook delivery

Re-dispatches a stored inbound delivery against the current webhook configuration.

RBAC · inbound_webhook

Path parameters

idstring <uuid>Required
Inbound webhook UUID.
deliveryIdstring <uuid>Required
Inbound delivery UUID.

Response body

Success response 200

dataobjectRequired
tenantstring <uuid>Required
deliveryIdstring <uuid>Required
inboundWebhookIdstring <uuid>RequiredNullable
idempotencyKeystringRequiredNullable
receivedAtstring <date-time>Required
requestMethodstringRequired
requestPathstringRequired
requestHeadersobjectRequired
requestBodyany
sourceIpstringRequiredNullable
userAgentstringRequiredNullable
authStatusstringRequired
Enum: verifiedrejected_signaturerejected_bearerrejected_iprejected_no_auth
dispatchStatusstringRequired
Enum: pendingdispatchedduplicatefailed
handlerOutcomeobjectRequiredNullable
responseStatusintegerRequiredNullable
responseBodyany
durationMsintegerRequiredNullable
retryCountintegerRequired
isReplaybooleanRequired
replayedFromstring <uuid>RequiredNullable
createdAtstring <date-time>Required
updatedAtstring <date-time>Required

Response codes

200
Inbound delivery replay accepted.
400
Invalid inbound webhook request.
401
Missing or invalid authenticated user context.
403
Inbound webhook permission denied.
404
Inbound delivery not found.
500
Unexpected inbound webhook operation failure.