Fortnox
Fortnox is a Swedish cloud accounting, ERP, and business-administration platform for small and medium-sized businesses and accounting bureaus. Its REST API at https://api.fortnox.se/3/ programmatically manages accounting and financial data - invoices, customers, articles, orders, offers, vouchers, accounts, suppliers, supplier invoices, projects, and financial years - authenticated with OAuth2 Authorization Code Flow. Fortnox also publishes a duplex WebSocket event stream at wss://ws.fortnox.se/topics-v1 that pushes minimal change notifications across domains so integrations can react to changes instead of polling.
APIs
Fortnox Invoices API
Create, read, update, cancel, and list customer invoices, plus actions such as bookkeep, credit, e-mail, and print. Represents accounts-receivable sales invoices in a Fortnox co...
Fortnox Customers API
Manage the customer register - create, retrieve, update, delete, and list customers with billing and delivery addresses, org/VAT numbers, terms, and default accounts used across...
Fortnox Articles API
Manage the article (product/service) register used as line items on invoices, orders, and offers - pricing, units, stock quantities, sales and purchase accounts, VAT, and EU/SE ...
Fortnox Orders API
Create, read, update, and list sales orders, and convert an order into an invoice. Orders carry customer, article line items, delivery details, and status through the sales work...
Fortnox Offers API
Create, read, update, and list offers (quotations), and convert an accepted offer into an order or invoice. Offers hold customer, article lines, and validity for the pre-sales s...
Fortnox Bookkeeping API
Post and read accounting vouchers (double-entry journal entries) into voucher series, and manage the chart of accounts and financial years that vouchers are booked against. Core...
Fortnox Suppliers & Supplier Invoices API
Manage the supplier register and inbound supplier invoices - create, read, update, and list suppliers, and register, bookkeep, and pay supplier invoices in the accounts-payable ...
Fortnox Projects API
Create, read, update, delete, and list projects used to tag invoices, vouchers, orders, and other records for project-based accounting and reporting.
Fortnox Topics WebSocket API
Duplex WebSocket stream at wss://ws.fortnox.se/topics-v1 that pushes minimal change-notification events across domains (invoices, supplier-invoices, customers, articles, orders,...
Collections
Fortnox REST API
OPENPricing Plans
Rate Limits
FinOps
Fortnox Finops
FINOPSEvent Specifications
Fortnox Topics WebSocket API
AsyncAPI 2.6 description of Fortnox's **real duplex WebSocket API** at `wss://ws.fortnox.se/topics-v1` (the "Topics" service). Unlike the REST API at https://api.fortnox.se/3/, ...
ASYNCAPI