{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Message threads API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Message threads", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Message Threads", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/messageThreads/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Get all message threads that you have created, filtered by time interval and/or specific message thread IDs. Note this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/) and supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Mews Add Message Thread", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/messageThreads/add", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new [Message thread](https://mews-systems.gitbook.io/connector-api/operations/#message-thread) on behalf of the specified customer, i.e. the sender of the original message in the message thread." } ] } ], "bundled": true }