Search notification logs
Search notification logs with filtering and pagination.
- Start date and end date cannot be more than 30 days apart
- Either
orgId
orpaypointId
must be provided
This endpoint requires the notifications_create
OR notifications_read
permission.
Headers
requestToken
Query parameters
PageSize
Number of records on each response page.
Skip
The number of records to skip before starting to collect the result set.
Request
This endpoint expects an object.
startDate
The start date for the search.
endDate
The end date for the search.
notificationEvent
The type of notification event to filter by.
succeeded
Indicates whether the notification was successful.
orgId
The ID of the organization to filter by.
paypointId
The ID of the paypoint to filter by.
Response
This endpoint returns a list of objects.
id
The unique identifier for the notification.
orgId
The ID of the organization that the notification belongs to.
paypointId
The ID of the paypoint that the notification is related to.
notificationEvent
The event that triggered the notification.
target
The target URL for the notification.
responseStatus
The HTTP response status of the notification.
success
Indicates whether the notification was successful.
jobData
Contains the body of the notification.
createdDate
The date and time when the notification was created.
successDate
The date and time when the notification was successfully delivered.
lastFailedDate
The date and time when the notification last failed.
isInProgress
Indicates whether the notification is currently in progress.