{ "opencollection": "1.0.0", "info": { "name": "Apollo.io Accounts Opportunities API", "version": "1.0.0" }, "items": [ { "info": { "name": "Opportunities", "type": "folder" }, "items": [ { "info": { "name": "Create deal", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/opportunities", "body": { "type": "json", "data": "{}" } }, "docs": "Create deal" }, { "info": { "name": "List all deals", "type": "http" }, "http": { "method": "GET", "url": "https://api.apollo.io/v1/opportunities/search" }, "docs": "List all deals" }, { "info": { "name": "View deal", "type": "http" }, "http": { "method": "GET", "url": "https://api.apollo.io/v1/opportunities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "View deal" } ] } ], "bundled": true }