{ "opencollection": "1.0.0", "info": { "name": "10Web API V1 Account API" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get all websites for the account", "type": "http" }, "http": { "method": "GET", "url": "https://api.10web.io/v1/account/websites", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ] }, "docs": "Get all websites for the account" }, { "info": { "name": "Delete a website from the account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.10web.io/v1/account/websites/:website_id/delete", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ], "params": [ { "name": "website_id", "value": "", "type": "path" } ] }, "docs": "Delete a website from the account" }, { "info": { "name": "Convert demo website to live", "type": "http" }, "http": { "method": "POST", "url": "https://api.10web.io/v1/account/websites/:website_id/convert-to-live", "headers": [ { "name": "x-api-key", "value": "API_KEY" } ], "params": [ { "name": "website_id", "value": "", "type": "path" } ] }, "docs": "Convert demo website to live" } ] } ], "bundled": true }