{ "opencollection": "1.0.0", "info": { "name": "Proton Call Notes Tracking API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tracking", "type": "folder" }, "items": [ { "info": { "name": "Track - Product Search", "type": "http" }, "http": { "method": "POST", "url": "https://api.proton.ai/:company/track", "headers": [ { "name": "X-User-Id", "value": "" }, { "name": "X-Company", "value": "" } ], "params": [ { "name": "company", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Registers an event when a user submits a search query.\nUsercase:\n\nOn https://shop.{{company}}.com customer \"{{customer_id}}\" searches for \"red apples.\"" }, { "info": { "name": "Track - Login", "type": "http" }, "http": { "method": "POST", "url": "https://api.proton.ai/:company/track/login", "headers": [ { "name": "X-User-Id", "value": "" }, { "name": "X-Company", "value": "" } ], "params": [ { "name": "company", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Identifies a previously anonymous user.\nUsercase:\n\nOn https://shop.{{company}}.com customer \"{{customer_id2}}\" logs in and gets assigned a new identifier \"{{customer_id}}\"\"" } ] } ], "bundled": true }