Skip to main content
GET
/
v1
/
webhooks
/
{id}
Error
A valid request URL is required to generate request examples
{
  "id": "04f5748b-46e7-476b-95fe-48390e20f581",
  "url": "https://mywebhookurl.com/webhook",
  "description": "My webhook description",
  "subscription": []
}

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

Authorization
string
header
required

OAuth2 authentication for Boseat API

Path Parameters

id
string
required

Webhook ID

Response

Webhook found

id
string
required

Unique identifier of the webhook

Example:

"04f5748b-46e7-476b-95fe-48390e20f581"

url
string
required

URL of the webhook

Example:

"https://mywebhookurl.com/webhook"

description
string
required

Description of the webhook

Example:

"My webhook description"

subscription
enum<string>[]
required

List of events to subscribe to

Available options:
booking.created,
booking.updated,
booking.deleted