WebhookDocument
This is the representation of the WebhookDocument
data structure which you receive in the Webhook API response.
Property | Type | Required | Description |
| string | Y | ID of the webhook in Goki |
| string | Y | Third-party app ID in Goki |
| string | Y | ID of property's integration with Goki |
| string | Y | Your webhook URL |
| boolean | Y | Indicates if the webhook is subscribed to all events |
| boolean | N | Indicates if the webhook is disabled or not |
| string | Y | Webhook creation date |
| string | Y | Webhook modification date |
Last updated