{ "opencollection": "1.0.0", "info": { "name": "Typesense Analytics Analytics Events API", "version": "30.1" }, "request": { "auth": { "type": "apikey", "key": "X-TYPESENSE-API-KEY", "value": "{{X-TYPESENSE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Analytics Events", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Analytics Events", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}/analytics/events", "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter events by type (click, conversion, visit)." } ] }, "docs": "Retrieves logged analytics events. Supports filtering by event type and other criteria." }, { "info": { "name": "Log An Analytics Event", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}/analytics/events", "body": { "type": "json", "data": "{}" } }, "docs": "Logs a user interaction event such as a click, conversion, or visit. Events are associated with search queries and documents to track user behavior and improve relevance." } ] } ], "bundled": true }