Get Notification Details

Retrieve notifications based on a list of notification IDs, with a maximum limit of 25 values allowed.

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/notifications
{
   "notificationIds": ["fe962c59-c702-4b09-b8dc-f64fa7d73d08"]
}
Language
URL
Click Try It! to start a request and see the response here!