airbnb · Example Payload

Airbnb Reservation Example

Airbnb Reservation Example is an example object payload from airbnb, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idlisting_idguest_idcheck_incheck_outguestsstatustotal_pricecurrencycreated_at

Example Payload

Raw ↑
{
  "id": "res_xyz789",
  "listing_id": "abc123def456",
  "guest_id": "guest_001",
  "check_in": "2026-06-01",
  "check_out": "2026-06-05",
  "guests": 2,
  "status": "confirmed",
  "total_price": 480.0,
  "currency": "USD",
  "created_at": "2026-04-15T10:30:00Z"
}