{ "opencollection": "1.0.0", "info": { "name": "Fortnox REST API (Representative Subset) Accounts API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/accounts", "params": [ { "name": "financialyear", "value": "", "type": "query" } ] }, "docs": "List accounts" }, { "info": { "name": "Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://api.fortnox.se/3/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create an account" }, { "info": { "name": "Retrieve an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/accounts/:Number", "params": [ { "name": "Number", "value": "", "type": "path" }, { "name": "financialyear", "value": "", "type": "query" } ] }, "docs": "Retrieve an account" }, { "info": { "name": "Update an account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fortnox.se/3/accounts/:Number", "params": [ { "name": "Number", "value": "", "type": "path" }, { "name": "financialyear", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an account" } ] } ], "bundled": true }