{ "opencollection": "1.0.0", "info": { "name": "Atomic Access Tokens Company API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Company", "type": "folder" }, "items": [ { "info": { "name": "Search companies", "type": "http" }, "http": { "method": "POST", "url": "https://api.atomicfi.com/company/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Find employers or merchants supported for a given product." }, { "info": { "name": "List companies", "type": "http" }, "http": { "method": "GET", "url": "https://api.atomicfi.com/company/list", "params": [ { "name": "product", "value": "", "type": "query" }, { "name": "scope", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "List companies" }, { "info": { "name": "Get company details", "type": "http" }, "http": { "method": "GET", "url": "https://api.atomicfi.com/company/:companyId/details", "params": [ { "name": "companyId", "value": "", "type": "path" } ] }, "docs": "Get company details" } ] } ], "bundled": true }