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