Tenant
Search for listings from other tenants
Search for listings from other tenants in the same workspace that can be imported. Requires location and radius parameters.
Authorization
x-calry-api-key x-calry-api-key<token>
In: header
Query Parameters
location*string
Location in the format "latitude,longitude"
radius*number
Radius for search in kilometers
guests?number
Number of guests
bedroomCount?number
Minimum number of bedrooms
bathroomCount?number
Minimum number of bathrooms
minPrice?number
Minimum price per night
maxPrice?number
Maximum price per night
amenities?array<string>
List of amenity IDs to filter by
displayCurrency?string
Currency code for displaying pricing (ISO 4217)
page?number
Page number
Default
1limit?number
Limit of results per page
Default
20Header Parameters
x-calry-tenant-id?string
Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.
Response Body
curl -X GET "https://example.com/api/v1/tenants/search-listings?location=37.7749%2C-122.4194&radius=10"Empty
Empty