{ "opencollection": "1.0.0", "info": { "name": "Fortnox REST API (Representative Subset) Accounts Articles API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Articles", "type": "folder" }, "items": [ { "info": { "name": "List articles", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/articles", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." }, { "name": "limit", "value": "", "type": "query", "description": "Number of records per page (max 500)." } ] }, "docs": "List articles" }, { "info": { "name": "Create an article", "type": "http" }, "http": { "method": "POST", "url": "https://api.fortnox.se/3/articles", "body": { "type": "json", "data": "{}" } }, "docs": "Create an article" }, { "info": { "name": "Retrieve an article", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/articles/:ArticleNumber", "params": [ { "name": "ArticleNumber", "value": "", "type": "path" } ] }, "docs": "Retrieve an article" }, { "info": { "name": "Update an article", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fortnox.se/3/articles/:ArticleNumber", "params": [ { "name": "ArticleNumber", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an article" }, { "info": { "name": "Delete an article", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fortnox.se/3/articles/:ArticleNumber", "params": [ { "name": "ArticleNumber", "value": "", "type": "path" } ] }, "docs": "Delete an article" } ] } ], "bundled": true }