{ "opencollection": "1.0.0", "info": { "name": "TagoIO Access Management Account API", "version": "1.0.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Resources Allocation", "type": "http" }, "http": { "method": "GET", "url": "https://api.us-e1.tago.io/account/allocation" }, "docs": "Get account resources allocation" }, { "info": { "name": "Update Resources Allocation", "type": "http" }, "http": { "method": "POST", "url": "https://api.us-e1.tago.io/account/allocation", "body": { "type": "json", "data": "{}" } }, "docs": "Update the account resources allocation" }, { "info": { "name": "Login to Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.us-e1.tago.io/account/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login to account using email and password\n" }, { "info": { "name": "Account Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.us-e1.tago.io/account" }, "docs": "Get all information from current account\n" }, { "info": { "name": "Edit Account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us-e1.tago.io/account", "body": { "type": "json", "data": "{}" } }, "docs": "Edit current account\n" } ] } ], "bundled": true }