{ "opencollection": "1.0.0", "info": { "name": "Userpilot Analytics Companies API", "version": "1.0.0" }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Identify Company", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.userpilot.io/v1/companies/identify", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" }, { "name": "Authorization", "value": "Token ABC_1234_EFGH_5678" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Identify Company" }, { "info": { "name": "Companies - Bulk Identify and Update", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.userpilot.io/v1/companies/bulk_identify", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" }, { "name": "Authorization", "value": "Token ABC_1234_EFGH_5678" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Companies - Bulk Identify and Update" } ] } ], "bundled": true }