airbnb · Example Payload

Airbnb Experience Photo Example

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

Top-level fields

idurlcaptionsort_order

Example Payload

Raw ↑
{
  "id": "example-id",
  "url": "example-url",
  "caption": "example-caption",
  "sort_order": 1
}