{ "opencollection": "1.0.0", "info": { "name": "Plausible Events CustomProps Sites API", "version": "1.0.0" }, "items": [ { "info": { "name": "Sites", "type": "folder" }, "items": [ { "info": { "name": "List sites", "type": "http" }, "http": { "method": "GET", "url": "https://plausible.io/api/v1/sites", "params": [ { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List sites" }, { "info": { "name": "Create site", "type": "http" }, "http": { "method": "POST", "url": "https://plausible.io/api/v1/sites", "body": { "type": "json", "data": "{}" } }, "docs": "Create site" }, { "info": { "name": "Get site", "type": "http" }, "http": { "method": "GET", "url": "https://plausible.io/api/v1/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get site" }, { "info": { "name": "Update site", "type": "http" }, "http": { "method": "PUT", "url": "https://plausible.io/api/v1/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update site" }, { "info": { "name": "Delete site", "type": "http" }, "http": { "method": "DELETE", "url": "https://plausible.io/api/v1/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Delete site" } ] } ], "bundled": true }