{ "opencollection": "1.0.0", "info": { "name": "Fortnox REST API (Representative Subset) Accounts Customers API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/customers", "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 customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.fortnox.se/3/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Retrieve a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortnox.se/3/customers/:CustomerNumber", "params": [ { "name": "CustomerNumber", "value": "", "type": "path", "description": "The customer number." } ] }, "docs": "Retrieve a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fortnox.se/3/customers/:CustomerNumber", "params": [ { "name": "CustomerNumber", "value": "", "type": "path", "description": "The customer number." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fortnox.se/3/customers/:CustomerNumber", "params": [ { "name": "CustomerNumber", "value": "", "type": "path", "description": "The customer number." } ] }, "docs": "Delete a customer" } ] } ], "bundled": true }