Skip to main content

Webhook

idstring<uuid>
urlstring
eventsstring[]
namestringnullable
descriptionstringnullable
is_activeboolean
consecutive_failuresinteger
auto_disabled_atstring<date-time>nullable
last_delivery_atstring<date-time>nullable
last_success_atstring<date-time>nullable
last_failure_atstring<date-time>nullable
created_atstring<date-time>
updated_atstring<date-time>
Webhook
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"url": "string",
"events": [
"string"
],
"name": "string",
"description": "string",
"is_active": true,
"consecutive_failures": 0,
"auto_disabled_at": "2024-07-29T15:51:28.071Z",
"last_delivery_at": "2024-07-29T15:51:28.071Z",
"last_success_at": "2024-07-29T15:51:28.071Z",
"last_failure_at": "2024-07-29T15:51:28.071Z",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}