{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers User Checks API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "User Checks", "type": "folder" }, "items": [ { "info": { "name": "Upvest List user checks", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/users/:user_id/checks", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The unique identifier of the user." } ] }, "docs": "Retrieve compliance and verification checks performed on a user." } ] } ], "bundled": true }