| Get Organization | Read | Retrieve the authenticated organization with its bank accounts, including IBAN, BIC, currency, status, and current/authorized balances |
| List Transactions | Read | List transactions for one bank account (identified by bank_account_id or IBAN) with status, side, and date filtering |
| Get Transaction | Read | Retrieve a single transaction by its UUID, optionally embedding VAT details, labels, or attachments |
| List Transaction Attachments | Read | List the attachments (receipts, invoices) of a transaction with download URLs |
| Upload Transaction Attachment | Write | Upload a receipt or invoice (JPEG, PNG, or PDF) onto a transaction to justify it for bookkeeping; the file is processed in the background, so the attachment is not visible immediately |
| Get Attachment | Read | Retrieve an attachment by id to get a fresh download URL - URLs returned by the attachment endpoints expire after 30 minutes, so re-fetch before any delayed download |
| List Supplier Invoices | Read | List the organization’s supplier invoices (accounts payable inbox) with status and payment matching; available on all price plans except Solo Basic |