{ "opencollection": "1.0.0", "info": { "name": "OwnerRez API v2 Bookings Listings API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Listings", "type": "folder" }, "items": [ { "info": { "name": "List listings", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/listings", "params": [ { "name": "property_ids", "value": "", "type": "query", "description": "One or more property identifiers to filter by." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip for pagination." } ] }, "docs": "Returns a paginated list of property listings." }, { "info": { "name": "Retrieve a listing", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/listings/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a single listing by its identifier." }, { "info": { "name": "List listing sites", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/listingsites" }, "docs": "Returns the channel listing sites (e.g. Airbnb, Vrbo) available." }, { "info": { "name": "Retrieve a listing site", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/listingsites/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a single listing site by its identifier." } ] } ], "bundled": true }