Webhooks
Create a new webhook
POST
Error
Documentation Index
Fetch the complete documentation index at: https://docs.boseat.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 authentication for Boseat API
Body
application/json
Response
Webhook successfully created
Unique identifier of the webhook
Example:
"04f5748b-46e7-476b-95fe-48390e20f581"
URL of the webhook
Example:
"https://mywebhookurl.com/webhook"
Description of the webhook
Example:
"My webhook description"
List of events to subscribe to
Available options:
booking.created, booking.updated, booking.deleted Error