Params
Name | Type | Requireness | Default value | Description |
---|---|---|---|---|
listing_uids | string | optional | none | List of comma separated listing UIDs |
listing_status | string | optional | none | One of available listing statuses (see the corresponding filters section) |
property_status | string | optional | none | One of available property statuses (see the corresponding filters section) |
platform_type | string | optional | none | List of comma separated platform types (see the corresponding filters section). This filter returns listings related to one of mentioned platform types |
page | int | optional | 1 | Page number for pagination |
Description
List of listings managed by the company
This endpoint requires one of the following scopes: messaging
, listings
, pricing-management
Response sample
{
"data": [
{
"listing_uid": "1_airbnb_123",
"widget_listing_uuid": "b1f63258-3a4b-4b7f-88b4-912cf678bccf",
"listing_name": "Best flat in the world (no Wi-Fi)",
"listing_status": <Dictionary: listing_status>,
"listing_thumbnail_url": "https://a0.muscache.com/im/pictures/d6b9cd3a-99e0-4cd4-bcee-631b20a3eac1.jpg",
"listing_url": "https://www.airbnb.ca/rooms/19379397",
"timezone_offset_minutes": -420|null,
"platform_type": "airbnb",
"property_uid": "1482329366187",
"property_name": "1BR flat with Wi-Fi",
"property_address": "Go forward, then turn right",
"property_status": <Dictionary: property_status>,
"host_uid": "123_airbnb",
"host_name": "John Doe",
"lat": "49.305770",
"lng": "-123.010530",
"is_cohosted": false
}
],
"meta": {
"page": 1,
"has_next_page": true
}
}