{ "opencollection": "1.0.0", "info": { "name": "Hostaway Calendar Reservation Coupons API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.hostaway.com/v1/accessTokens", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Reservation Coupons", "type": "folder" }, "items": [ { "info": { "name": "Hostaway Create Reservation Coupon", "type": "http" }, "http": { "method": "POST", "url": "https://api.hostaway.com/v1/reservations/:reservationId/coupons", "params": [ { "name": "reservationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Hostaway Create Reservation Coupon" } ] } ], "bundled": true }