{ "opencollection": "1.0.0", "info": { "name": "Arcadia Plug Accounts Sites API", "version": "2024-02-21" }, "items": [ { "info": { "name": "Sites", "type": "folder" }, "items": [ { "info": { "name": "List Sites", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/plug/sites", "headers": [ { "name": "Arcadia-Version", "value": "" } ], "params": [ { "name": "search", "value": "", "type": "query", "description": "Field-specific search expression." }, { "name": "page", "value": "", "type": "query", "description": "Zero-based page index." }, { "name": "size", "value": "", "type": "query", "description": "Page size." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Sites" }, { "info": { "name": "Create Site", "type": "http" }, "http": { "method": "POST", "url": "https://api.arcadia.com/plug/sites", "headers": [ { "name": "Arcadia-Version", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Site" }, { "info": { "name": "Retrieve Site", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/plug/sites/:siteId", "headers": [ { "name": "Arcadia-Version", "value": "" } ], "params": [ { "name": "siteId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve Site" } ] } ], "bundled": true }