airbnb · Schema

Airbnb Webhook Event

The envelope schema for all webhook event notifications sent by the Airbnb platform to partner endpoints, including event metadata and typed payloads.

Properties

Name Type Description
event_id string A unique identifier for this webhook event, used for idempotency and deduplication.
event_type string The type of event that triggered the webhook notification.
timestamp string The ISO 8601 timestamp when the event occurred.
api_version string The API version used for the webhook payload format.
data object The event-specific payload data. Structure varies by event_type.
View JSON Schema on GitHub