{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Companies API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Mews Add Company", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companies/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new company. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Mews Update Company", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companies/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates information of the company. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Mews Get All Companies", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companies/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all company profiles of the enterprise, possibly filtered by identifiers, names or other filters.\nNote 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 Delete Companies", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companies/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes specified companies." } ] } ], "bundled": true }