v1

latestOpenAPI 3.1.02026-07-141045121.7 KB
Subscriptions

Retry the successful webhook events of a webhook subscription

🔑

Required OAuth scope: webhooks:write.

Retries all successful webhook events for a subscription within the specified timeframe (maximum 3 days per request). Events are retained for 90 days and can be retried in multiple requests.

post/api/v2/webhooks/subscriptions/{subscriptionId}/events/retry-success

Path parameters

subscriptionIdstring ObjectId required
Example:507f1f77bcf86cd799439011

The unique ID of the webhook subscription.

Headers

360-api-version'v2.0' required

The version of the API.

Request body

startDatestring date-time required

The date from which the events should be retried, in the YYYY-MM-DDThh:mm:ss.sssZ format (ISO 8601 in Coordinated Universal Time (UTC)).

endDatestring date-time required

The date until which the events should be retried, in the YYYY-MM-DDThh:mm:ss.sssZ format (ISO 8601 in Coordinated Universal Time (UTC)).

Response

Retries the successful webhook events for the given webhook subscription and the given timeframe.