airbnb · Example Payload

Airbnb Message Example

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

Top-level fields

idreservation_idsender_idsender_typebodycreated_at

Example Payload

Raw ↑
{
  "id": "msg_001",
  "reservation_id": "res_xyz789",
  "sender_id": "guest_001",
  "sender_type": "guest",
  "body": "Hi, looking forward to staying at your place!",
  "created_at": "2026-04-15T11:00:00Z"
}