{ "opencollection": "1.0.0", "info": { "name": "Casdoor REST Applications Organizations API", "version": "1.503.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://door.casdoor.com/api/get-organizations", "params": [ { "name": "owner", "value": "", "type": "query" } ] }, "docs": "List organizations" }, { "info": { "name": "Create an organization", "type": "http" }, "http": { "method": "POST", "url": "https://door.casdoor.com/api/add-organization", "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization" } ] } ], "bundled": true }