{ "opencollection": "1.0.0", "info": { "name": "Apollo.io Accounts Tasks API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Create a task", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/tasks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a task" }, { "info": { "name": "Bulk create tasks", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/tasks/bulk_create", "body": { "type": "json", "data": "{}" } }, "docs": "Bulk create tasks" }, { "info": { "name": "Search tasks", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/v1/tasks/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search tasks" } ] } ], "bundled": true }