REST API

Notification Replay

Replay is a feature that enables you to request that webhook notifications for some events be resent. The events that can be replayed should either be in
FAILED
or
RETRY
status if you would like an immediate resend of the payload instead of waiting for the retry policy to take effect. Replay policy must be set after the subscription is created.
In the replay response, you will receive a count of the number of webhooks to be replayed. If you are using start time and end time or hours back, and receive a
0
in the response for
replayMessageCount
, then you can be assured that there were no webhooks with the
FAILED
or
RETRY
status within that time window.