Replays failed webhook deliveries for the authenticated platform.
Failed deliveries are reset to pending and the background dispatch
worker is triggered for immediate retry.
Provide one or more optional filters to narrow the replay scope:
delivery_id — replay a single deliveryevent_id — replay all failed deliveries for a specific eventendpoint_id — replay all failed deliveries for a specific endpointlimit — maximum number of deliveries to replay (default 100, max 500)If no filters are provided, the most recent failures up to limit
are replayed.
Documentation Index
Fetch the complete documentation index at: https://developer.finogates.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Replay selector for failed webhook deliveries (platform API).
Provide at least one filter, or omit all to replay up to limit
most-recent failures.
Replay a single delivery by UUID.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Replay all failed deliveries for a specific event.
"d4e5f6a7-b8c9-0123-4567-89abcdef0123"
Replay all failed deliveries for a specific endpoint.
"c3a1e8b2-4f6d-4a9c-b2e1-8f3d5a7c9e01"
Maximum number of deliveries to replay.
1 <= x <= 50050