{ "opencollection": "1.0.0", "info": { "name": "Apollo.io Accounts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Search for accounts", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/api/v1/accounts/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches the accounts (companies) saved to your Apollo team." }, { "info": { "name": "Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/api/v1/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new account (company) for your Apollo team." }, { "info": { "name": "Update an account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.apollo.io/api/v1/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing account by Apollo account id." } ] } ], "bundled": true }