v1
latestOpenAPI 3.0.12026-07-24256962.9 KBRetrieve a paginated list of Webhooks Notification by query parameter(s)
Query parameters
The number of records you wish to skip before selecting records
Number of items to return
The start date for the Webhook Notification
The end date for the Webhook Notification
Headers
A valid UUID (V4) for tracing requests. Will be returned as a header. If not present or invalid, a generated UUID will be returned.
A string representing the User Agent of the end user. Recommended for compliance. Required only when the request is not coming from the end user's browser.
The IP address of the end user. Recommended for compliance.
The Operating System of the end user. Recommended for compliance.
A unique identifier for the end user's device. Recommended for compliance.
The manufacturer of the device used by the end user. Recommended for compliance.
The device model used by the end user. Recommended for compliance.
Response
A list of Webhooks Notifications
Example response
{
"data": [
{
"payload": {
"id": "d7a2beba-0c2c-42de-9690-26f00ba08339",
"event": "payment.state_change",
"data": {
"id": "09bade02-90b3-4ae2-a2e3-06a66158a0cf",
"object": "PAYMENT",
"state": "IN_TRANSIT",
"timestamp": 1646177561732,
"payer": {
"id": "5ccf0f14-f3f9-4166-b29a-a097bb7635c3"
}
}
}
}
],
"pagination": {
"limit": 20,
"total": 1
}
}