Connect your Lodgify properties to Locareo and reach travelers across Canada. Listings, availability, and bookings sync automatically — zero manual effort.
Setup takes under 30 minutes. No code required from Lodgify users.
Base URL: https://locareo.com — Auth: Authorization: Bearer lk_xxx.yyy
/api/v1/properties/api/v1/properties/{propertyId}/api/v1/properties/api/v1/availability?propertyId={id}/api/v1/bookings/api/webhooks/lodgify/api/ical/{propertyId}.icsPush a Lodgify property to Locareo. The API auto-converts Lodgify format.
POST /api/v1/properties
Authorization: Bearer lk_xxx.yyy
X-Channel-Manager: lodgify
Content-Type: application/json
{
"id": 123456,
"name": "Chalet du Lac",
"description": "Beautiful lakeside retreat...",
"type": "Cabin",
"bedrooms": 3,
"bathrooms": 2,
"people_max": 6,
"location": {
"city": "Rawdon",
"state": "Québec",
"country_code": "CA"
},
"latitude": 46.05,
"longitude": -73.72,
"rates": {
"min_price": 250,
"min_stay": 2
},
"images": [
{ "url": "https://..." }
]
}{
"data": {
"propertyId": "a1b2c3d4-...",
"name": "Chalet du Lac",
"city": "Rawdon",
"pricePerNight": 250,
"status": "active",
"externalSource": "lodgify",
"externalId": "123456"
},
"meta": {
"message": "Property created.",
"updateUrl": "PUT /api/v1/properties/a1b2c3d4-...",
"icalFeed": "https://locareo.com/api/ical/a1b2c3d4.ics",
"bookingWebhook": "POST /api/webhooks/lodgify"
}
}Create a free host account, generate your API key, and push your first listing in under 30 minutes.
Questions? Email us at partenaires@locareo.com