{ "opencollection": "1.0.0", "info": { "name": "LISNR Portal API (observed) Accounts API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user's account", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/accounts", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns the account, including the licensed products list (legacy, radius, radius3, point, sda)." } ] } ], "bundled": true }