{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Languages API", "version": "v1" }, "items": [ { "info": { "name": "Languages", "type": "folder" }, "items": [ { "info": { "name": "Get all languages", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/languages/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all languages supported by the API." }, { "info": { "name": "Get language texts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/languages/getTexts", "body": { "type": "json", "data": "{}" } }, "docs": "Returns translations of texts in the specified languages." } ] } ], "bundled": true }