{ "opencollection": "1.0.0", "info": { "name": "Oneflow Public Comments Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-oneflow-api-token", "value": "{{x-oneflow-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get users in an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.oneflow.com/v1/users", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Pagination offset." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "Retrieves the list of users in the account." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.oneflow.com/v1/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single user by ID (modeled)." } ] } ], "bundled": true }