{ "opencollection": "1.0.0", "info": { "name": "Upvest Investment Account Transfers Mandates API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Mandates", "type": "folder" }, "items": [ { "info": { "name": "Upvest List mandates", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/mandates", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return per page." } ] }, "docs": "Retrieve a list of direct debit mandates." }, { "info": { "name": "Upvest Retrieve a mandate", "type": "http" }, "http": { "method": "GET", "url": "https://api.upvest.co/mandates/:mandate_id", "params": [ { "name": "mandate_id", "value": "", "type": "path", "description": "The unique identifier of the mandate." } ] }, "docs": "Retrieve details for a specific direct debit mandate." } ] } ], "bundled": true }