airbnb · Example Payload

Airbnb Guest Example

Airbnb Guest 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

idfirst_namelast_nameemailphoneverifiedjoined_at

Example Payload

Raw ↑
{
  "id": "guest_001",
  "first_name": "Jane",
  "last_name": "Smith",
  "email": "jane.smith@example.com",
  "phone": "+1-415-555-0100",
  "verified": true,
  "joined_at": "2024-03-01T00:00:00Z"
}