GET
/
api
/
v1
/
tenants
/
search-listings

Authorizations

x-calry-api-key
string
header
required

Headers

x-calry-tenant-id
string

Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.

Query Parameters

location
string
required

Location in the format "latitude,longitude"

Example:

"37.7749,-122.4194"

radius
number
required

Radius for search in kilometers

Example:

10

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
string[]

List of amenity IDs to filter by

Example:
["wifi", "pool", "kitchen"]
displayCurrency
string

Currency to display prices in

page
number
default:1

Page number

limit
number
default:20

Limit of results per page

Response

200

Search results containing listings from other tenants