Webhooks types
Available webhook types to get notified when a reservation is created, updated, or deleted.
π Get webhooks subscriptions
Name
Value
Name
Type
Description
{
"data": [
{
"endpoint": "http://localhost:8183/main-page/webhook",
"id": 9,
"webhook_type": "RESERVATION_CREATED"
},
{
"endpoint": "http://localhost:8183/main-page/webhook",
"id": 10,
"webhook_type": "RESERVATION_UPDATED"
}
]
}π Get webhooks subscriptions by ID
π Create webhook subscription
Name
Value
Name
Value
π Update webhook subsciption
Name
Value
Name
Value
ποΈ Delete webhook subscription
Name
Value
Last updated