{ "opencollection": "1.0.0", "info": { "name": "OwnerRez API v2 Bookings Messages API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "List messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/messages", "params": [ { "name": "booking_id", "value": "", "type": "query" }, { "name": "since_utc", "value": "", "type": "query" }, { "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 guest messages." }, { "info": { "name": "Send a message", "type": "http" }, "http": { "method": "POST", "url": "https://api.ownerrez.com/v2/messages", "body": { "type": "json", "data": "{}" } }, "docs": "Sends an outbound message to a guest." }, { "info": { "name": "Retrieve a message", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/messages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a single message by identifier." } ] } ], "bundled": true }