{ "opencollection": "1.0.0", "info": { "name": "Schematic accesstokens Events API", "version": "0.1" }, "request": { "auth": { "type": "apikey", "key": "X-Schematic-Api-Key", "value": "{{X-Schematic-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "events", "type": "folder" }, "items": [ { "info": { "name": "Create event batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.schematichq.com/event-batch", "body": { "type": "json", "data": "{}" } }, "docs": "Create event batch" }, { "info": { "name": "Get event summaries", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/event-types", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "event_subtypes", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Page limit (default 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Page offset (default 0)" } ] }, "docs": "Get event summaries" }, { "info": { "name": "List events", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/events", "params": [ { "name": "company_id", "value": "", "type": "query" }, { "name": "event_subtype", "value": "", "type": "query" }, { "name": "event_types", "value": "", "type": "query" }, { "name": "flag_id", "value": "", "type": "query" }, { "name": "idempotency_key", "value": "", "type": "query" }, { "name": "user_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Page limit (default 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Page offset (default 0)" } ] }, "docs": "List events" }, { "info": { "name": "Create event", "type": "http" }, "http": { "method": "POST", "url": "https://api.schematichq.com/events", "body": { "type": "json", "data": "{}" } }, "docs": "Create event" }, { "info": { "name": "Get event", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/events/:event_id", "params": [ { "name": "event_id", "value": "", "type": "path", "description": "event_id" } ] }, "docs": "Get event" }, { "info": { "name": "Get segment integration status", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/segment-integration" }, "docs": "Get segment integration status" } ] } ], "bundled": true }