---
title: "Other endpoints"
description: "Miscellaneous endpoints that do not fit into a single CRUD resource — search, ERP imports, document uploads, downloads, and standalone reports."
url: https://www.fenerum.com/en-DK/docs/api/others/
updated_at: "2026-05-20T00:00:00"
---
This page collects endpoints that don't belong to one of the standard CRUD resources — utility lookups, ERP integrations, document upload/download, and one-off report queries.

## Cash flow

Returns a cash-flow snapshot for a given month.

`GET /api/v1/cash-flow/` (schema: https://app.fenerum.com/api/swagger/?format=openapi)

## Expense documents

Upload a receipt or supplier document to be matched against [Receipts](https://www.fenerum.com/en-DK/docs/api/receipt.md) or [Supplier Invoices](https://www.fenerum.com/en-DK/docs/api/supplier-invoice.md) during reconciliation.

`GET /api/v1/expense-documents/` (schema: https://app.fenerum.com/api/swagger/?format=openapi)

## Exports

Background-job exports produce a downloadable artifact (PDF, CSV, etc.) keyed by job id. Use this endpoint to retrieve the artifact once the job is complete.

`GET /api/v1/exports/` (schema: https://app.fenerum.com/api/swagger/?format=openapi)

## Revenue recognition algorithm examples

Returns example revenue-recognition schedules for the algorithms supported by Fenerum, useful when building a recognition-rule configuration UI.

`GET /api/v1/revenue-recognition-algorithms/` (schema: https://app.fenerum.com/api/swagger/?format=openapi)

## Search

Global search across the resources visible to your organization.

`GET /api/v1/search/` (schema: https://app.fenerum.com/api/swagger/?format=openapi)

## VAT payments

Returns the next upcoming VAT payment for your organization based on the configured VAT billing period.

`GET /api/v1/vat-payments/` (schema: https://app.fenerum.com/api/swagger/?format=openapi)

---

## Navigation

Up: [Subscription management & financial insights on autopilot](https://www.fenerum.com/en-DK/index.md) › [Documentation](https://www.fenerum.com/en-DK/docs.md) › [API Documentation](https://www.fenerum.com/en-DK/docs/api.md)

Full site index: https://www.fenerum.com/llms.txt
