Tenant
Get all imported listings for the current tenant
Authorization
x-calry-api-key x-calry-api-key<token>
In: header
Query Parameters
guests?number
Filter by minimum number of guests
bedroomCount?number
Filter by minimum number of bedrooms
bathroomCount?number
Filter by minimum number of bathrooms
amenities?array<string>
Filter by amenities
location?string
Location in format "latitude,longitude"
radius?number
Radius in kilometers
displayCurrency?string
Currency code for displaying pricing (ISO 4217)
page?number
Page number for pagination
limit?number
Number of items per page
Header 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/imported-listings"Empty