Guides
Recipes
Short, task-focused guides for the most common integration scenarios — with copyable code examples, prerequisites, and common pitfalls.
Authenticating API requests
BeginnerEvery call must send a valid API token in the Authorization header — how to create, store and use it.
~15 min5 steps
Building a minimal QUiCK integration
BeginnerPut a working integration together from scratch: token, first call, company data, reusable client.
~20 min5 steps
Handling error responses
BeginnerThe API answers with a flat `_error` field — how to recognise and handle the 400 / 401 / 403 / 404 / 429 statuses.
~20 min5 steps
Listing incoming invoices
BeginnerRead the supplier invoices (expenses) received by your company, paginated and filtered, from /1/expenses/.
~25 min5 steps
Syncing processing statuses
AdvancedMirror where an expense stands in QUiCK processing — without webhooks, using incremental polling.
~30 min5 steps