{ "opencollection": "1.0.0", "info": { "name": "Civitai Orchestration Blobs Users API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get Current User", "type": "http" }, "http": { "method": "GET", "url": "https://orchestration.civitai.com/me", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Current User" }, { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://orchestration.civitai.com/users", "params": [ { "name": "username", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List Users" } ] } ], "bundled": true }