{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Hotels API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Hotels", "type": "folder" }, "items": [ { "info": { "name": "Mews Get Availability", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/distributor/v1/hotels/getAvailability", "body": { "type": "json", "data": "{}" } }, "docs": "Get Availability via the Mews Booking Engine (Distributor) API hotels resource." }, { "info": { "name": "Mews Get", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/distributor/v1/hotels/get", "body": { "type": "json", "data": "{}" } }, "docs": "Get via the Mews Booking Engine (Distributor) API hotels resource." }, { "info": { "name": "Mews Get Payment Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/distributor/v1/hotels/getPaymentConfiguration", "body": { "type": "json", "data": "{}" } }, "docs": "Get Payment Configuration via the Mews Booking Engine (Distributor) API hotels resource." } ] } ], "bundled": true }