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"]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
👍

Documentation

For more information on how to get notification details, see Manage Notifications.

Path Params
string
required

The unique identifier assigned to a webhook

Body Params

List of notifications identifiers.Max 25 NotificationId is supported.

NotificationRequest

notificationIds
array of strings
required
Defaults to ["00000000-0000-0000-0000-000000000000"]

Notification Id

notificationIds*
Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json