{ "opencollection": "1.0.0", "info": { "name": "Simple Analytics Events Websites API", "version": "6" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Websites", "type": "folder" }, "items": [ { "info": { "name": "List websites.", "type": "http" }, "http": { "method": "GET", "url": "https://simpleanalytics.com/api/websites" }, "docs": "Returns all websites for the authenticated user. Available on all plans. Requires Api-Key and User-Id headers." }, { "info": { "name": "Add a website.", "type": "http" }, "http": { "method": "POST", "url": "https://simpleanalytics.com/api/websites/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new website to the dashboard. Requires a Business or Enterprise plan and Api-Key and User-Id headers." } ] } ], "bundled": true }