Backend and frameworks
Kontozz Web API
With the help of Web API (Application Programming Interfaces), you can connect any external system to Kontozz.
The Web API is important because it forms a bridge between different applications and systems. It enables client-side applications (such as web or mobile apps) to communicate securely and in a standardized way with the server, requesting or sending data. This means that Kontozz can be integrated with any external application.
Its main advantages in brief:
Platform independence: can be used with different technologies and devices (web, mobile, desktop).
Scalability: it supports modern distributed systems and microservices well.
Reusability: the same API can serve multiple applications.
Security and control: who can access what can be controlled through access management.
Rapid development: provides a clean interface between the front-end and back-end.
Our API documentation is available at the following link: https://app.kontozz.hu/api/documentation#/
Invoices
GET /api/v1/invoices - Retrieve invoice list
POST /api/v1/invoices - Create invoice
GET /api/v1/invoices/files/{file} - Download invoice as PDF file
Schemas
InvoiceCustomer
InvoiceItem
InvoiceRequest
Address
Bank Account
Billing Item
InvoiceFileResource
Paginated list of invoices
Invoice
Organization
Partner
If you have any questions or requests, please contact customer service for assistance!
Any other questions? Get in touch