{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Countries API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Countries", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/distributor/v1/countries/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Get All via the Mews Booking Engine (Distributor) API countries resource." }, { "info": { "name": "Mews Get All Countries", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/countries/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all countries supported by the API." } ] } ], "bundled": true }