New endpoint: minimal listings
Added GET /v1/listings_minimal — a minimal, lightweight way to fetch your listings, as a fast companion to GET /v1/listings.
- Returns just each listing’s core fields (
listing_id,pms_name,listing_name,property_name,parent_key,group_id) pluschannel_listing_details: the listing’s IDs on each booking channel/OTA it is published on (Airbnb, Vrbo, Booking.com, Expedia, etc.). - No performance metrics or pricing, so it stays fast for large accounts that just need a quick listing directory or to map PriceLabs listings to their channel listing IDs.
- Supports the
search_query,listing_name,listings,pms,cities,groups, andsubgroupsfilters.