{ "opencollection": "1.0.0", "info": { "name": "Arcadia Plug Accounts Organizations API", "version": "2024-02-21" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.arcadia.com/plug/organizations/:organizationId", "headers": [ { "name": "Arcadia-Version", "value": "" } ], "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve Organization" } ] } ], "bundled": true }