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

JSON Schema

airbnb-webhook-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.airbnb.com/schemas/airbnb/webhook-event.json",
  "title": "Airbnb Webhook Event",
  "description": "The envelope schema for all webhook event notifications sent by the Airbnb platform to partner endpoints, including event metadata and typed payloads.",
  "type": "object",
  "required": ["event_id", "event_type", "timestamp", "data"],
  "properties": {
    "event_id": {
      "type": "string",
      "description": "A unique identifier for this webhook event, used for idempotency and deduplication."
    },
    "event_type": {
      "type": "string",
      "description": "The type of event that triggered the webhook notification.",
      "enum": [
        "reservation.created",
        "reservation.confirmed",
        "reservation.cancelled",
        "reservation.updated",
        "reservation.checked_in",
        "reservation.checked_out",
        "message.created",
        "review.submitted",
        "calendar.updated",
        "listing.updated",
        "pricing.updated",
        "booking.created",
        "booking.confirmed",
        "booking.cancelled"
      ]
    },
    "timestamp": {
      "type": "string",
      "format": "date-time",
      "description": "The ISO 8601 timestamp when the event occurred."
    },
    "api_version": {
      "type": "string",
      "description": "The API version used for the webhook payload format."
    },
    "data": {
      "type": "object",
      "description": "The event-specific payload data. Structure varies by event_type."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/airbnb-webhook-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.