post https://api.thredd.com/eds/api/v1/Webhooks//resend
This endpoint resends event notifications to the intended recipients. For example, where one or more notifications were not successfully delivered.
The request needs the WebhookID as a path parameter in a proper GUID format, and the body should contain a list of NotificationIDs, each in a valid GUID format.
Sample request:
POST api/v1/Webhooks/af2d48de-2ad7-42f8-a252-8422cd9e6078/resend
{
"notificationIds": ["fe962c59-c702-4b09-b8dc-f64fa7d73d08"]
}
DocumentationFor more information on how to resend Thredd notifications, see Manage Notifications.