{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Addresses API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Addresses", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Addresses", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/addresses/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all addresses associated with the specified accounts within the enterprise. \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 Add Addresses", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/addresses/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more new addresses to the system and assigns them to specified accounts. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Mews Update Addresses", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/addresses/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more existing addresses in the system, assigned to specified accounts. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Mews Delete Addresses", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/addresses/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes one or more addresses in the system. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." } ] } ], "bundled": true }