{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Accounts API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Mews Update Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/accounts/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more existing accounts in the system. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Mews Upload and Link File to Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/accounts/addFile", "body": { "type": "json", "data": "{}" } }, "docs": "Attaches the specified file to the account. \r\n\r\nAllowed MIME types: `application/pdf`, `image/bmp`, `image/gif`, `image/jpeg`, `image/png`, `image/tiff`.\r\n\r\nNote this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/guidelines/multi-property)." }, { "info": { "name": "Mews Merge Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/accounts/merge", "body": { "type": "json", "data": "{}" } }, "docs": "Merges two or more accounts of the same account type together. The given source accounts will be merged into the given target account and the merged account will keep the target account ID." } ] } ], "bundled": true }