airbnb · Example Payload

Airbnb Review Example

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

Top-level fields

idreservation_idreviewer_idreviewer_typeratingbodycreated_at

Example Payload

Raw ↑
{
  "id": "rev_001",
  "reservation_id": "res_xyz789",
  "reviewer_id": "guest_001",
  "reviewer_type": "guest",
  "rating": 5,
  "body": "Amazing place, super clean and great location!",
  "created_at": "2026-06-07T09:00:00Z"
}