Resend notifications by query

Resend notifications matching the given query filters (statuses, events, time range, resource ID)

Endpoint Permission: Owner, Admin, Non-Signing Admin, Editor, Signer.

Path Params
string
required

The ID of the webhook

Body Params
statuses
array of objects

(optional) List of notification statuses to resend - Default if missing: ["FAILED", "ON_HOLD"]

statuses
number

(optional) Start time for the resend window in milliseconds since epoch, within the last 72 hours - Default if missing means 24 hours before the current time in milliseconds since epoch - Maximum value is current time in milliseconds since epoch - Minimum value is 72 hours before the current time in milliseconds since epoch

number

(optional) End time for the resend window in milliseconds since epoch, within the last 72 hours - Default if missing means current time in milliseconds since epoch - Requires startTime to be provided - Must be after startTime - Time window between startTime and endTime must not exceed 24 hours

events
array of objects

(optional) Event types to resend, default is all event types - Default if missing means all events will be included - Empty array means all events will be included

events
string

(optional) Resource ID to filter notifications by

Headers
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json