Core resources
Administration
Booking flow
Notifications sent and scheduled per webhook
id
uuid
Unique identifier
created_at
timestamp with time zone
Creation timestamp
updated_at
timestamp with time zone
Last modification timestamp
event_type
text
Event this notification is for
payload
jsonb
JSON payload that is sent along with this notification
response
text | null
status
text
Notification status. Either pending
, sent
or error
tries
integer
{"id": "00000000-0000-0000-0000-000000000000","webhook_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T14:08:16.754Z","updated_at": "2024-11-21T14:08:16.754Z","event_type": "","payload": {},"response": "","status": "pending","tries": 0}
id
Filter<>
Unique identifier
webhook_id
Filter<>
Identifier of the webhook this notification is related to
created_at
Filter<>
Creation timestamp
updated_at
Filter<>
Last modification timestamp
event_type
Filter<>
Event this notification is for
payload
Filter<>
JSON payload that is sent along with this notification
response
Filter<>
status
Filter<>
Notification status. Either pending
, sent
or error
tries
Filter<>
200
A list of webhook notifications with the selected columns
206
Partial Content
GET
/webhook_notifications
curl -X GET "https://api.bookingmood.com/v1/webhook_notifications?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"