{ "opencollection": "1.0.0", "info": { "name": "Fast admin organizations API", "version": "0.1.0" }, "items": [ { "info": { "name": "organizations", "type": "folder" }, "items": [ { "info": { "name": "Get Organizations", "type": "http" }, "http": { "method": "GET", "url": "/api/organizations/", "headers": [ { "name": "authorization", "value": "" } ] }, "docs": "Get the organizations of the current user." }, { "info": { "name": "Create Organization", "type": "http" }, "http": { "method": "POST", "url": "/api/organizations/", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization." }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "/api/organizations/:organization_uuid/", "headers": [ { "name": "authorization", "value": "" } ], "params": [ { "name": "organization_uuid", "value": "", "type": "path" } ] }, "docs": "Get a specific organization details." }, { "info": { "name": "Delete Organization", "type": "http" }, "http": { "method": "DELETE", "url": "/api/organizations/:organization_uuid/", "headers": [ { "name": "authorization", "value": "" } ], "params": [ { "name": "organization_uuid", "value": "", "type": "path" } ] }, "docs": "Delete a specific organization." } ] } ], "bundled": true }