Get Webhook
Get a site webhook
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
site_id
Unique identifier for a Site
webhook_id
Unique identifier for a Webhook
Headers
Accept-Version
The API version
Response
Request was successful
_id
Unique identifier for a Webhook
triggerType
form_submission- Sends the form_submission eventsite_publish- Sends a site_publish eventecomm_new_order- Sends the new ecomm_new_order eventecomm_order_changed- Sends the ecomm_order_changed eventecomm_inventory_changed- Sends the ecomm_inventory_changed eventcollection_item_created- Sends the collection_item_created eventcollection_item_changed- Sends the collection_item_changed eventcollection_item_deleted- Sends the collection_item_deleted eventcollection_item_unpublished- Sends the collection_item_unpublished eventcomment_created- Sends the comment_created event
triggerId
Unique identifier for the Webhook Trigger
site
Unique identifier for a Webhook
filter
filter for selecting which events you want webhooks to be triggered for.
lastUsed
Date trigger was last used
createdOn
Date trigger was created
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error