Skip to main content

WebhookDto

endpointstringrequired

endpoint of the webhook

Example: https://yourdomain/webhooks
eventsWebhookEventTypes[]required

Possible values: [DEPOSIT, PAYMENT, CLIENT]

Examples:
Example: DEPOSIT
idstringrequired

id of the webhook

Example: 401f4647-8372-495f-8de0-aafb3e1eaf93
createdTimestring<date-time>required

The time when the webhook was created

Example: 2023-12-12T01:23:33Z
updatedTimestring<date-time>required

The time when the webhook was last updated

Example: 2023-12-12T01:23:33Z
WebhookDto
{
"endpoint": "https://yourdomain/webhooks",
"events": "DEPOSIT",
"id": "401f4647-8372-495f-8de0-aafb3e1eaf93",
"createdTime": "2023-12-12T01:23:33Z",
"updatedTime": "2023-12-12T01:23:33Z"
}