{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers User Identifiers API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "User Identifiers", "type": "folder" }, "items": [ { "info": { "name": "Upvest List user identifiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/users/:user_id/identifiers", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The unique identifier of the user." } ] }, "docs": "Retrieve all external identifiers associated with a user." }, { "info": { "name": "Upvest Create a user identifier", "type": "http" }, "http": { "method": "POST", "url": "https://api.upvest.co/users/:user_id/identifiers", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The unique identifier of the user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an external identifier to a user record." }, { "info": { "name": "Upvest Retrieve a user identifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/users/:user_id/identifiers/:identifier_id", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The unique identifier of the user." }, { "name": "identifier_id", "value": "", "type": "path", "description": "The unique identifier of the user identifier." } ] }, "docs": "Retrieve a specific external identifier for a user." }, { "info": { "name": "Upvest Update a user identifier", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.upvest.co/users/:user_id/identifiers/:identifier_id", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The unique identifier of the user." }, { "name": "identifier_id", "value": "", "type": "path", "description": "The unique identifier of the user identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing external identifier for a user." } ] } ], "bundled": true }