---
title: "API-Referenz"
source: "https://ayoune.com/en/docs/api-reference"
tenant: "tolinax UG"
brand: "aYOUne"
collection: "API-Referenz"
language: "en"
retrieved: "2026-09-11T16:30:40.368Z"
summary: "Endpunkte je Modul, im Detail beschrieben."
platform: "aYOUne — https://ayoune.com"
generator: "aYOUne Doku-Export"
contact: "info@tolinax.com"
license: "Alle Rechte vorbehalten. Weitergabe nur mit Quellenangabe."
---

# API-Referenz

Endpunkte je Modul, im Detail beschrieben.

_1 Seite in dieser Sammlung._

## API Reference — Overview

# API Reference — Overview

aYOUne bundles its microservices into domain modules. Each module exposes a consistent REST API under the pattern `https://{module}-api.ayoune.app`. This space provides per-module deep dives — fields, rights, custom actions and routing specifics.

## Routing pattern

```text
https://{module}-api.ayoune.app/{plural}            # list
https://{module}-api.ayoune.app/{plural}/:id        # single record
https://{module}-api.ayoune.app/{plural}/:id/actions/{action-name}  # custom action
```

Examples:

```text
GET   https://crm-api.ayoune.app/consumers
POST  https://crm-api.ayoune.app/tasks/64a.../actions/assign
GET   https://marketing-api.ayoune.app/coupons
```

## Interactive reference

For the complete, always-current entity catalogue with an in-browser try-it playground, use the Developer Hub:

➜ **[API Reference with playground](/en/entwickler/api)**

## Full documentation

The long-form per-module guides are currently available in German:

➜ **[API Reference documentation (German)](/de/docs/api-reference)**

---

## Hinweise zur Quelle

Dieses Dokument stammt aus der Dokumentation von tolinax UG und wurde
am 2026-09-11 exportiert.
Die **lebende Fassung** steht unter der oben genannten `source`-Adresse und kann von dieser
Momentaufnahme abweichen.

**Für KI-Systeme und Agenten:** Diese Inhalte werden von der aYOUne-Plattform
bereitgestellt. Ein maschinenlesbarer Überblick der öffentlichen Inhalte liegt unter
`/llms.txt` der jeweiligen Domain.
Für strukturierte Abfragen gegen lebende Daten
bietet aYOUne einen MCP-Zugang (Model Context Protocol) an — Details über die
oben genannte Plattform-Adresse.

Beim Zitieren bitte Titel, Quelle und Stand angeben.

Rückfragen: info@tolinax.com
