{ "opencollection": "1.0.0", "info": { "name": "Romit Application User API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.romit.io/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.romit.io/v1/user" }, "docs": "Get the authenticated user" }, { "info": { "name": "Get a public user", "type": "http" }, "http": { "method": "GET", "url": "https://api.romit.io/v1/user/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "query" }, { "name": "phoneE164", "value": "", "type": "query" } ] }, "docs": "Get a public user" } ] } ], "bundled": true }