Skip to main content
API version 2024.0 Represents a configured webhook.
This resource has a few variations that can be encountered when using the API.The fields that are part of the mini variant are generally returned when the resource is nested within the response for another resource.
id
string
example: 11446498The unique identifier for this webhook.
type
string
example: webhookThe value will always be webhook.Value is always webhook
target
object
The item that will trigger the webhook.
{
  "id": "11446498",
  "type": "webhook",
  "target": {
    "id": "1231232",
    "type": "file"
  }
}