{ "opencollection": "1.0.0", "info": { "name": "HostBill Admin Accounts Domains API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "api_id", "value": "{{api_id}}", "placement": "query" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "List domains", "type": "http" }, "http": { "method": "POST", "url": "https://yourinstance.hostbillapp.com/admin/api.php#getDomains", "params": [ { "name": "call", "value": "", "type": "query" } ] }, "docs": "List domains" } ] } ], "bundled": true }