{ "opencollection": "1.0.0", "info": { "name": "Wispr Backend Analytics Analytics Registry API", "version": "0.5.2" }, "items": [ { "info": { "name": "Analytics Registry", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/analytics-registry/events", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List Events" }, { "info": { "name": "Batch Save Events", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/analytics-registry/events", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Batch Save Events" }, { "info": { "name": "Get Global Properties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/analytics-registry/global-properties", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Global Properties" }, { "info": { "name": "Save Global Properties", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/analytics-registry/global-properties", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Save Global Properties" }, { "info": { "name": "Publish Preview", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/analytics-registry/publish/preview", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Publish Preview" }, { "info": { "name": "Publish", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/analytics-registry/publish", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Publish" }, { "info": { "name": "Mark Implemented", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/analytics-registry/change-sets/:change_set_id/mark-implemented", "headers": [ { "name": "X-Webhook-Secret", "value": "" } ], "params": [ { "name": "change_set_id", "value": "", "type": "path" } ] }, "docs": "Mark Implemented" } ] } ], "bundled": true }