---
title: "API Reference Übersicht"
source: "https://ayoune.com/en/docs/api-reference/api-reference-bersicht"
tenant: "tolinax UG"
brand: "aYOUne"
collection: "API-Referenz"
language: "en"
retrieved: "2026-09-11T17:19:25.984Z"
platform: "aYOUne — https://ayoune.com"
generator: "aYOUne Doku-Export"
contact: "info@tolinax.com"
license: "Alle Rechte vorbehalten. Weitergabe nur mit Quellenangabe."
---

# API Reference Übersicht

aYOUne bündelt seine ~330 Microservices in **~25 Domänen-Module**. Jedes Modul exposed eine konsistente REST-API unter dem Pattern `https://{module}-api.ayoune.app`. Diese KB liefert dir Deep-Dives pro Modul — Felder, Rights, Custom-Actions, Routing-Eigenheiten.

## Routing-Pattern

```text
https://{module}-api.ayoune.app/{plural}            # Liste
https://{module}-api.ayoune.app/{plural}/:id        # Einzeldatensatz
https://{module}-api.ayoune.app/{plural}/:id/actions/{action-name}  # Custom-Action
```

Beispiele:

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

## Module-Liste

| Modul | Host | Highlight |
|---|---|---|
| **crm** | crm-api.ayoune.app | Consumers, Tasks, Notes — siehe [CRM](wiki:api-reference/crm-module) |
| **cms** | cms-api.ayoune.app | WebPages, Blocks — siehe [CMS](wiki:api-reference/cms-module) |
| **marketing** | marketing-api.ayoune.app | Coupons, Newsletters — siehe [Marketing](wiki:api-reference/marketing-module) |
| **automation** | automation-api.ayoune.app | Webhooks, Pipelines — siehe [Automation](wiki:api-reference/automation-module) |
| **config** | config-api.ayoune.app | Credentials, Flags — siehe [Config](wiki:api-reference/config-module) |
| **hub** | hub-api.ayoune.app | WikiPages, FAQs — siehe [Hub](wiki:api-reference/hub-module) |
| **ai** | ai-api.ayoune.app | RAG-Copilot, LLM-Orchestrierung |
| **chat** | chat-api.ayoune.app | Channels, DMs, WebRTC |
| **communication** | communication-api.ayoune.app | Voice, Video, 10 externe Adapter |
| **devops** | devops-api.ayoune.app | K8s-Mgmt, Pipelines |
| **reporting** | wallboard-api.ayoune.app | Wallboard-BFF (104 Endpoints) |
| **ads** | ads-api.ayoune.app | Google Ads v23 Integration |
| **payments** | payments-api.ayoune.app | Stripe, PayPal, SumUp |
| **marketplace** | marketplace-api.ayoune.app | App-Store für Customer-Tenants |
| **shipping** | shipping-api.ayoune.app | Carrier-Integration (DHL, UPS, …) |
| **products** | products-api.ayoune.app | PIM (Product Information Management) |
| **shop** | shop-api.ayoune.app | E-Commerce-Funktionen |
| **scheduling** | scheduling-api.ayoune.app | Kalender, Termine |
| **forms** | forms-api.ayoune.app | Formular-Builder |
| **survey** | survey-api.ayoune.app | Umfragen, NPS |
| **link** | link-api.ayoune.app | Bitly-artige Link-Portale |
| **link-portal** | linkportal-api.ayoune.app | Multi-Tenant Link-in-Bio |
| **search** | search-api.ayoune.app | Atlas-Search-Wrapper |
| **media** | media-api.ayoune.app | Datei-Upload + Streaming |
| **support** | support-api.ayoune.app | Ticketing, FAQs |

Sonderfälle: `auth.ayoune.app` (Login), `audit.ayoune.app` (Audit-Trail), `aggregation.ayoune.app` (cross-module Aggregations), `notifier.ayoune.app` (WebSocket-Push).

## Gemeinsame Konventionen

- **Auth:** `Authorization: Bearer <jwt>` (siehe [REST-API Basics](wiki:developer-portal/rest-api-basics))
- **Envelope:** `{ payload, meta }` immer — siehe `defaultAPIAnswer` im Core
- **Rights:** `<modul>.<entity>.<verb>` — z.B. `crm.consumers.view`
- **Pagination:** `limit`, `page`, `sort`, `fields`
- **Custom-Actions:** Pfad-Schema `:id/actions/<name>`

## Was du als Nächstes ansehen solltest

- [CRM](wiki:api-reference/crm-module) — der Klassiker
- [Config](wiki:api-reference/config-module) — die 165+ CRUD-Endpoints
- [Hub](wiki:api-reference/hub-module) — Wiki & Self-Documentation

---

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