A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
Represents a configured webhook.
11446498The unique identifier for this webhook.
webhookThe value will always be webhook.
Value is always webhook
The item that will trigger the webhook.
1231232The ID of the item to trigger a webhook.
fileThe type of item to trigger a webhook.
Value is one of file,folder
{
"id": "11446498",
"type": "webhook",
"target": {
"id": "1231232",
"type": "file"
}
}