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