{ "opencollection": "1.0.0", "info": { "name": "Segment Config Alias Track API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Track", "type": "folder" }, "items": [ { "info": { "name": "Track an event", "type": "http" }, "http": { "method": "POST", "url": "https://platform.segmentapis.com/v1beta/track", "body": { "type": "json", "data": "{}" } }, "docs": "Records an action that a user performs. A track call requires an event name and can include properties that describe the event, such as revenue, product details, or other contextual information." } ] } ], "bundled": true }