v1

latestOpenAPI 3.0.32026-07-2672165314.6 KB
Channels

Retrieve Channel Inventory Mapping.

Returns the Inventory Synchronization Feed used by OTAs and Channel Managers to map Lodgify property and room identifiers with their internal systems.

Sync Requirements:

  • Polling: Partners should check the Last-Modified header before downloading the file.
  • Caching: It is recommended to cache the response for up to 1 hour.
get/v1/channel/xml

Response

Successfully retrieved the XML inventory feed.

namestring nullable

Name of the OTA or channel partner.

Example response

{
  "name": "Expedia",
  "properties": {
    "property": [
      {
        "id": 644844,
        "name": "Mountain Retreat",
        "last_updated": "2026-03-09T15:00:00Z",
        "room_types": {
          "room_type": [
            {
              "id": 711820,
              "name": "Deluxe Suite"
            }
          ]
        }
      }
    ]
  }
}