airbnb · Example Payload

Airbnb Booking Guest Example

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

Top-level fields

idfirst_namelast_namephoneverified

Example Payload

Raw ↑
{
  "id": "example-id",
  "first_name": "example-first_name",
  "last_name": "example-last_name",
  "phone": "example-phone",
  "verified": true
}