Webhooks
Get webhook
Retrieves a specific webhook.
get/webhooks/{webhook_id}
Path parameters
webhook_idstring required
The ID of the webhook.
Response
Returns a webhook object.
Example response
{
"id": "11446498",
"type": "webhook",
"target": {
"id": "1231232",
"type": "file"
},
"created_by": {
"id": "11446498",
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com"
},
"created_at": "2012-12-12T10:53:43-08:00",
"address": "https://example.com/webhooks",
"triggers": [
"FILE.UPLOADED"
]
}