Retrieves a specific listing by its unique identifier. Returns detailed information about the listing including amenities, contact details, and other metadata.
Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.
Unique identifier of the listing
"123e4567-e89b-12d3-a456-426614174000"
Currency code for displaying pricing (ISO 4217)
"USD"
Filter listings by integration account ID
"123e4567-e89b-12d3-a456-426614174000"
Filter listings by status
ACTIVE
, INACTIVE
"ACTIVE"
Filter by listing source
imported
, self
"imported"
Minimum number of guests the listing can accommodate
1 <= x <= 100
Number of bedrooms
0 <= x <= 20
Number of bathrooms
0 <= x <= 20
Array of amenity IDs to filter by
Location coordinates in format "latitude,longitude"
"37.7749,-122.4194"
Search radius in kilometers
0.1 <= x <= 100
Page number for pagination
x >= 1
Number of items per page
1 <= x <= 100
Listing retrieved successfully
The response is of type object
.