{ "opencollection": "1.0.0", "info": { "name": "Freshpaint HTTP Events API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Send a server-side event to Freshpaint.", "type": "http" }, "http": { "method": "POST", "url": "https://api.perfalytics.com/track", "body": { "type": "json", "data": "{}" } }, "docs": "Send a single server-side event to Freshpaint. The event is routed to all active destinations unless restricted via the $options property. Reserved event names ($identify, $page, $screen) drive identify, page, and screen behavior; any other value of `event` is treated as a custom tracked event. The environment token is supplied in properties.token." } ] } ], "bundled": true }