{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_accounts", "type": "folder" }, "items": [ { "info": { "name": "Get the current account", "type": "http" }, "http": { "method": "GET", "url": "https://api.x.flatfile.com/v1/accounts/current", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ] }, "docs": "Get the current account" }, { "info": { "name": "Update the current account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.x.flatfile.com/v1/accounts/current", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Disable-Hooks", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the current account" } ] } ], "bundled": true }