{ "opencollection": "1.0.0", "info": { "name": "OwnerRez API v2 Bookings Fees API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Fees", "type": "folder" }, "items": [ { "info": { "name": "List fees", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/fees", "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 fees." }, { "info": { "name": "Retrieve a fee", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/fees/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a single fee by identifier." } ] } ], "bundled": true }