Skip to main content
GET
/
v1
/
webhooks
/
{webhookId}
/
events
/
{id}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "webhook": {
    "id": "04f5748b-46e7-476b-95fe-48390e20f581",
    "url": "https://mywebhookurl.com/webhook",
    "description": "My webhook description",
    "subscription": [
      "booking.created"
    ]
  },
  "request": {},
  "type": "booking.created",
  "lastAttemptAt": "2023-11-07T05:31:56Z",
  "response": {},
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

OAuth2 authentication for Boseat API

Path Parameters

webhookId
string
required

Webhook ID

id
string
required

Event ID

Response

Webhook event details

id
string
required

The id of the webhook event

webhook
object
required

The webhook that triggered the event

request
object
required

The webhook request payload

type
enum<string>
required

The type of the webhook event

Available options:
booking.created,
booking.updated,
booking.deleted
lastAttemptAt
string<date-time>
required

The last attempt date

response
object
required

The response of the webhook

status
string
required

The status of the webhook