Represents a configured webhook.
11446498The unique identifier for this webhook.
webhookThe value will always be webhook.
Value is always webhook
https://example.com/webhooksThe URL that is notified by this webhook.
2012-12-12T10:53:43-08:00A timestamp identifying the time that the webhook was created.
The user who created the 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
["FILE.UPLOADED"]An array of event names that this webhook is to be triggered for.
{
"id": "11446498",
"type": "webhook",
"address": "https://example.com/webhooks",
"created_at": "2012-12-12T10:53:43-08:00",
"created_by": {
"id": "11446498",
"type": "user",
"login": "ceo@example.com",
"name": "Aaron Levie"
},
"target": {
"id": "1231232",
"type": "file"
},
"triggers": [
"FILE.UPLOADED"
]
}