{ "opencollection": "1.0.0", "info": { "name": "Unofficial Degiro config pa API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "sessionId", "value": "{{sessionId}}", "placement": "query" } }, "items": [ { "info": { "name": "pa", "type": "folder" }, "items": [ { "info": { "name": "Returns the client", "type": "http" }, "http": { "method": "GET", "url": "https://trader.degiro.nl/pa/secure/client", "auth": { "type": "apikey", "key": "sessionId", "value": "{{sessionId}}", "placement": "query" } }, "docs": "Returns the client" }, { "info": { "name": "Returns the client tasks", "type": "http" }, "http": { "method": "GET", "url": "https://trader.degiro.nl/pa/secure/clienttasks" }, "docs": "Returns the client tasks" }, { "info": { "name": "Returns the client tasks", "type": "http" }, "http": { "method": "GET", "url": "https://trader.degiro.nl/pa/secure/clienttasks/taskmanager/count" }, "docs": "Returns the client tasks" } ] } ], "bundled": true }