{ "opencollection": "1.0.0", "info": { "name": "Shuffle Administration Organizations API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://shuffler.io/api/v1/orgs" }, "docs": "Returns all organizations accessible to the user." }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://shuffler.io/api/v1/orgs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Retrieves details of a specific organization." }, { "info": { "name": "Update Organization", "type": "http" }, "http": { "method": "POST", "url": "https://shuffler.io/api/v1/orgs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates organization details." }, { "info": { "name": "Get Organization Stats", "type": "http" }, "http": { "method": "GET", "url": "https://shuffler.io/api/v1/orgs/:org_id/stats", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Returns usage statistics for an organization." } ] } ], "bundled": true }