List Webhook Events
Permissions Required
Request Params
Property
Type
Description
Response
{
"items": [
{
"id": "wh-xxx-xxxxxxx",
"kind": "wallet.transfer.confirmed",
"date": "2023-12-04T10:02:22.280Z",
"deliveryFailed": false,
"deliveryAttempt": 1,
"timestampSent": 1701684144,
"status": "200",
"data": {
... // content depending on the kind of events it is
},
},
...
],
"nextPageToken": "eJxNy8...."
}Property
Type
Description
Last updated