How to integrate with our webhooks?
In order to listen to Okoora's webhooks events available - Please contact us.
You can have a look on our available webhooks events and description down below.
Webhook Generic Object
| Property | Type | Description |
|---|---|---|
Id | string (UUID) | A unique identifier generated for the webhook delivery. |
Name | string | The webhook event name. |
AccountId | string (UUID) | The unique identifier of the account related to the event. |
Data | object | The event payload. This field changes according to the event sent. |
CreateAtUtc | string (ISO 8601 date-time) | The UTC timestamp when the webhook notification was created. |