{ "opencollection": "1.0.0", "info": { "name": "Fortnox REST API (Representative Subset) Accounts Supplier Invoices API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Supplier Invoices", "type": "folder" }, "items": [ { "info": { "name": "List supplier invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/supplierinvoices", "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 supplier invoices" }, { "info": { "name": "Create a supplier invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.fortnox.se/3/supplierinvoices", "body": { "type": "json", "data": "{}" } }, "docs": "Create a supplier invoice" }, { "info": { "name": "Retrieve a supplier invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/supplierinvoices/:GivenNumber", "params": [ { "name": "GivenNumber", "value": "", "type": "path" } ] }, "docs": "Retrieve a supplier invoice" } ] } ], "bundled": true }