{ "opencollection": "1.0.0", "info": { "name": "Adapt Prospect Company Search API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "email", "value": "{{email}}", "placement": "header" } }, "items": [ { "info": { "name": "Company Search", "type": "folder" }, "items": [ { "info": { "name": "Search Companies", "type": "http" }, "http": { "method": "POST", "url": "https://api.adapt.io/v3/company/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search Adapt's company database by name, domain, industry, sub-industry,\nhead count, revenue, and location. Returns company metadata including\nthe number of contacts known per company.\n" } ] } ], "bundled": true }