post https://uat-api.thredd.com/eds/api/v1/Webhooks//resend
This feature provides re-sending notifications previously sent through the Thredd platform to the intended client recipients. This action may be necessary in cases where notifications were not successfully delivered or when clients require the notification to be resent for any reason.
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"]
}