aYOUne

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

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:

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

Full documentation

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

API Reference documentation (German)