{ "opencollection": "1.0.0", "info": { "name": "NavigateAI Access codes Rooms API", "version": "1.0.0" }, "items": [ { "info": { "name": "Rooms", "type": "folder" }, "items": [ { "info": { "name": "List rooms for a location", "type": "http" }, "http": { "method": "GET", "url": "https://api.navigateai.co/v1/location/:location_id/rooms", "params": [ { "name": "location_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the rooms currently available for the specified location, including measurements and overview images. Depending on your integration and property setup, this endpoint may return no results. If you expect room data for your locations and are not seeing it, contact NavigateAI." }, { "info": { "name": "Get a room", "type": "http" }, "http": { "method": "GET", "url": "https://api.navigateai.co/v1/location/:location_id/rooms/:room_id", "params": [ { "name": "location_id", "value": "", "type": "path" }, { "name": "room_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single room for the specified location, including measurements and overview images. Depending on your integration and property setup, room data may not yet be available for all locations. If you expect room data for your locations and are not seeing it, contact NavigateAI." } ] } ], "bundled": true }