Webhooks
Configure webhook endpoints for order, booking, availability, and product updates
Webhook Object
Body
From capability octo/webhooks.
eventstringOptionalExample:
Event value.
booking.updatedurlstring · uriOptionalExample:
Fully-qualified URL.
https://www.city-sightseeing.comuseContactLanguagebooleanOptionalExample:
Whether use contact language is enabled.
trueretryOnErrorbooleanOptionalExample:
Whether retry on error is enabled.
trueResponses
200
Successful response
application/json
post
/webhooks200
Successful response
Path parameters
webhookIdstringRequiredExample:
Webhook identifier.
webhook_booking_updateBody
From capability octo/webhooks.
eventstringOptionalExample:
Event value.
booking.updatedurlstring · uriOptionalExample:
Fully-qualified URL.
https://www.city-sightseeing.comuseContactLanguagebooleanOptionalExample:
Whether use contact language is enabled.
trueretryOnErrorbooleanOptionalExample:
Whether retry on error is enabled.
trueResponses
200
Successful response
application/json
patch
/webhooks/{webhookId}200
Successful response
Path parameters
webhookIdstringRequiredExample:
Webhook identifier.
webhook_booking_updateBody
From capability octo/webhooks.
urlstring · uriOptionalExample:
Fully-qualified URL.
https://www.city-sightseeing.comeventstringOptionalExample:
Event value.
booking.updatedResponses
200
Successful response
application/json
delete
/webhooks/{webhookId}200
Successful response
Outbound Delivery Payloads
webhook Fields
webhook Fieldssupplier Fields
supplier Fieldsdiff[] Fields
diff[] FieldsEvent Object Serialization
Schema Additions (JSON)
Webhook
WebhookWebhookDeleteByUrlRequest
WebhookDeleteByUrlRequestWebhookDiffOperation
WebhookDiffOperationWebhookEventPayload
WebhookEventPayloadWebhookRequest
WebhookRequestLast updated