{ "opencollection": "1.0.0", "info": { "name": "Apollo.io Accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create an account" }, { "info": { "name": "Update an account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.apollo.io/v1/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an account" }, { "info": { "name": "Bulk create accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/accounts/bulk_create", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk create accounts" } ] } ], "bundled": true }