PagedWebhookResponse
meta objectrequired
meta data
skipnumber
number of skip records
Default value:
0Example:
0limitnumber
number of maximum return records
Default value:
10Example:
10totalCountnumberrequired
total number of records
Example:
100timestampstring<date-time>required
the time of the query result
data object[]required
records
Array [
endpointstringrequired
endpoint of the webhook
Example:
https://yourdomain/webhookseventsWebhookEventTypes[]required
Possible values: [DEPOSIT, PAYMENT, CLIENT]
Examples:
- Example 1
- Example 2
- Example 3
Example:
DEPOSITExample:
PAYMENTExample:
CLIENTidstringrequired
id of the webhook
Example:
401f4647-8372-495f-8de0-aafb3e1eaf93createdTimestring<date-time>required
The time when the webhook was created
Example:
2023-12-12T01:23:33ZupdatedTimestring<date-time>required
The time when the webhook was last updated
Example:
2023-12-12T01:23:33Z]
PagedWebhookResponse
{
"meta": {
"skip": 0,
"limit": 10,
"totalCount": 100,
"timestamp": "2024-07-29T15:51:28.071Z"
},
"data": [
{
"endpoint": "https://yourdomain/webhooks",
"events": "DEPOSIT",
"id": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"createdTime": "2023-12-12T01:23:33Z",
"updatedTime": "2023-12-12T01:23:33Z"
}
]
}