{ "opencollection": "1.0.0", "info": { "name": "Hostaway Calendar Listing Images 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": "Listing Images", "type": "folder" }, "items": [ { "info": { "name": "Hostaway List Listing Images", "type": "http" }, "http": { "method": "GET", "url": "https://api.hostaway.com/v1/listings/:listingId/images", "params": [ { "name": "listingId", "value": "", "type": "path" } ] }, "docs": "Hostaway List Listing Images" }, { "info": { "name": "Hostaway Add Listing Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.hostaway.com/v1/listings/:listingId/images", "params": [ { "name": "listingId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Hostaway Add Listing Image" } ] } ], "bundled": true }