---
title: "Account"
description: "Manage customer accounts in Fenerum"
url: https://www.fenerum.com/en-DK/docs/api/account/
updated_at: "2026-05-18T00:00:00"
---
An **Account** is a named customer of your organization — usable for both companies and individuals. Each account can have one or more [Subscriptions](https://www.fenerum.com/en-DK/docs/api/subscription.md), [Recipients](https://www.fenerum.com/en-DK/docs/api/recipient.md) for notifications, [Payment Cards](https://www.fenerum.com/en-DK/docs/api/payment-card.md), and pending [Draft Invoice Lines](https://www.fenerum.com/en-DK/docs/api/draft-invoice-line.md). The `code` field is the external identifier you control; the `uuid` is generated by Fenerum.

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

## Subscribe an account to a plan

The `POST /api/v1/accounts/{code}/subscribe/` endpoint creates a new subscription on the account **and cancels all other subscriptions on the same account**. If a subscription is being replaced, Fenerum issues a pro-rated invoice immediately.

Do not use this endpoint together with the [Create Subscription](https://www.fenerum.com/en-DK/docs/api/subscription.md) endpoint — they have overlapping semantics and combining them will produce unexpected cancellations. See the [charging options](https://www.fenerum.com/en-DK/docs/billing/subscriptions/charging-options.md) docs for the financial consequences of replacing a subscription.

## Generate an invoice for an account

The `POST /api/v1/accounts/{code}/generate_invoice/` endpoint creates an invoice containing every [draft invoice line](https://www.fenerum.com/en-DK/docs/api/draft-invoice-line.md) on the account that is **not** flagged `include_in_next_renewal_invoice`. A separate invoice is produced for each distinct currency used by those lines. The response is an unpaginated list of all invoices created.

---

## 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
