get https://api.thredd.com/eds/api/v1/Webhooks//notifications/undelivered
This endpoint retrieves the count and notification ID of any undelivered notifications for event codes you subscribed to.
The request mandates path parameters to be in a valid GUID format, while query parameters must adhere to a valid date format of yyyy-mm-dd.
Sample request:
GET api/v1/Webhooks/af2d48de-2ad7-42f8-a252-8422cd9e6078/notifications/undelivered?from=2024-03-21
DocumentationFor more information on how to get undelivered notification details, see Manage Notifications.