{ "opencollection": "1.0.0", "info": { "name": "Uplisting Public and Partner Account Properties API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Properties", "type": "folder" }, "items": [ { "info": { "name": "List properties", "type": "http" }, "http": { "method": "GET", "url": "https://connect.uplisting.io/properties" }, "docs": "Lists the properties (listings) in the account, including the property slug used to build direct booking and payment-page links. Confirmed endpoint; response fields modeled." }, { "info": { "name": "Get a property", "type": "http" }, "http": { "method": "GET", "url": "https://connect.uplisting.io/properties/:propertyId", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The property (listing) identifier." } ] }, "docs": "Retrieves a single property by its identifier. Confirmed surface; response fields modeled." } ] } ], "bundled": true }