{ "opencollection": "1.0.0", "info": { "name": "Quo Public Calls Users API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.quo.com/v1/users", "params": [ { "name": "maxResults", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a paginated list of users in your Quo workspace." }, { "info": { "name": "Get a user by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.quo.com/v1/users/:userId", "params": [ { "name": "userId", "value": "US123abc", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve detailed information about a specific user in your Quo workspace using the user's unique identifier." } ] } ], "bundled": true }