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 <= 100Number of bedrooms
0 <= x <= 20Number of bathrooms
0 <= x <= 20Array of amenity IDs to filter by
Location coordinates in format "latitude,longitude"
"37.7749,-122.4194"
Search radius in kilometers
0.1 <= x <= 100Page number for pagination
x >= 1Number of items per page
1 <= x <= 100Listing retrieved successfully
Unique identifier of the listing
"123e4567-e89b-12d3-a456-426614174000"
ID of the listing on the provider system
"provider-listing-12345"
ID of the integration account this listing belongs to
"123e4567-e89b-12d3-a456-426614174000"
Whether the listing is owned by the requesting tenant
true
Name of the listing
"Luxury Beach Villa"
Internal name of the listing
"<HOST> Luxury Beach Villa"
Description of the listing
"Beautiful beachfront villa with stunning views"
Type of the property
"Villa"
URL of the thumbnail image of the listing
"https://example.com/thumbnail.jpg"
List of pictures of the listing
Address of the listing
{
"city": "Miami Beach",
"line1": "123 Ocean Drive",
"state": "FL",
"country": "USA",
"postal_code": "70078"
}Latitude of the map marker
-80.1918
Longitude of the map marker
25.7617
Minimum Nights
3
Maximum Nights
28
Maximum Occupancy
10
Start price for listing as set on provider
10
Currency for displaying prices
"AED"
Timezeone at listing
"Asia/Dubai"
Status of the listing
ACTIVE, INACTIVE "ACTIVE"
Ratings for the property
{ "count": 23, "average": 4.2 }Bedroom count for the listing
3
Bathroom count for the listing
3
Room information for the listing
{
"data": [
{ "name": "SLEEPING_ALCOVE", "count": 1 },
{ "name": "LIVING-DINING_ROOM", "count": 1 }
]
}Check-in information for the listing
{
"op": "CHECK_IN",
"end": "18:00:00",
"start": "16:00:00"
}Check-out information for the listing
{ "op": "CHECK_IN", "end": "15:00:00" }House rules
Listing Details
{
"notes": "",
"rules": "House rules are NON-negotiable conditions of stay. Any violation of our house rules will result in the immediate cancellation of your reservation, without refund, and your removal from the property.",
"space": "",
"access": "",
"transit": "",
"interaction": "",
"instructions": "",
"neighborhood": ""
}Contact information for listing
Number of units for this type of listing
3
Parent property ID for this listing if it exists. This exists in case current listing is part of a larger listing as a room type
Mapped amenities available in the listing
{
"categories": {
"Common Amenities": {
"categoryID": "common",
"values": [
{ "name": "Wifi", "id": "amenity-123" },
{ "name": "Kitchen", "id": "amenity-123" },
{ "name": "Iron", "id": "amenity-123" },
{
"name": "Pet friendly",
"id": "amenity-123"
},
{ "name": "Bed linens", "id": "amenity-123" }
]
},
"Outdoor": {
"categoryID": "outdoor",
"values": [
{
"name": "Smoking allowed",
"id": "amenity-123"
}
]
}
}
}Raw amenities response as received from provider
[
{ "id": 3, "name": "Wireless" },
{ "id": 6, "name": "Swimming pool" },
{ "id": 7, "name": "Kitchen" },
{ "id": 13, "name": "Washing Machine" },
{ "id": 30, "name": "Shampoo" },
{ "id": 32, "name": "Iron" },
{
"id": 33,
"name": "Laptop Friendly workspace"
},
{ "id": 34, "name": "TV" },
{ "id": 36, "name": "Smoking allowed" },
{ "id": 37, "name": "Pets allowed" },
{ "id": 41, "name": "Suitable for events" }
]Timestamp for listing's creation on Calry
"2025-01-01T00:00:00.000Z"
Timestamp for listing's updation on Calry
"2025-01-02T00:00:00.000Z"
Tags associated with the listing
[
{
"id": "a1111111-1111-1111-1111-111111111111",
"name": "Beachfront"
},
{
"id": "b2222222-2222-2222-2222-222222222222",
"name": "Pet Friendly"
}
]