{ "opencollection": "1.0.0", "info": { "name": "Den Admin API", "version": "dev" }, "items": [ { "info": { "name": "Admin", "type": "folder" }, "items": [ { "info": { "name": "deleteV1AdminUsersByUserId", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.openworklabs.com/v1/admin/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] } }, { "info": { "name": "patchV1AdminOrganizationsByOrganizationIdPlan", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.openworklabs.com/v1/admin/organizations/:organizationId/plan", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] } }, { "info": { "name": "patchV1AdminOrganizationsByOrganizationIdFreeSeats", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.openworklabs.com/v1/admin/organizations/:organizationId/free-seats", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] } }, { "info": { "name": "getV1AdminOrganizationsByOrganizationIdCapabilities", "type": "http" }, "http": { "method": "GET", "url": "https://api.openworklabs.com/v1/admin/organizations/:organizationId/capabilities", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] } }, { "info": { "name": "putV1AdminOrganizationsByOrganizationIdCapabilities", "type": "http" }, "http": { "method": "PUT", "url": "https://api.openworklabs.com/v1/admin/organizations/:organizationId/capabilities", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] } }, { "info": { "name": "Get a bounded admin user page", "type": "http" }, "http": { "method": "GET", "url": "https://api.openworklabs.com/v1/admin/users", "params": [ { "name": "includeBilling", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Returns one bounded page of users plus required pagination metadata. Search runs across the global user set and optional billing enrichment stays page-scoped." }, { "info": { "name": "Get a bounded admin organization page", "type": "http" }, "http": { "method": "GET", "url": "https://api.openworklabs.com/v1/admin/organizations", "params": [ { "name": "includeBilling", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Returns one bounded page of organizations plus required pagination metadata. Search runs across the global organization set without changing the global overview totals." }, { "info": { "name": "Load deferred admin analytics", "type": "http" }, "http": { "method": "GET", "url": "https://api.openworklabs.com/v1/admin/metrics" }, "docs": "Calculates analytics that are intentionally deferred from the initial admin page: verified users, worker totals, activity, recurrence, invites, and chart series." }, { "info": { "name": "Get admin overview", "type": "http" }, "http": { "method": "GET", "url": "https://api.openworklabs.com/v1/admin/overview", "params": [ { "name": "includeBilling", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "Returns the initial admin overview with bounded user data, global totals, and required pagination metadata. Expensive analytics are loaded separately from /v1/admin/metrics." } ] } ], "bundled": true }