aYOUne

Developer Portal — Overview

This space bundles everything you need to talk to the aYOUne platform from your own applications — from plain REST calls to webhooks and the official TypeScript SDK.

The platform in one paragraph

aYOUne is a multi-tenant Business-as-a-Service platform built from hundreds of microservices behind one consistent routing pattern:

https://{module}-api.ayoune.app/{plural}

Every module (CRM, CMS, marketing, automation, …) exposes the same REST conventions: list, single record, and custom actions under /{plural}/:id/actions/{action-name}.

Where to start

Topic Where
Interactive quickstart Developer Hub → Quickstart
API reference with try-it playground API Reference
Authentication (PAT + JWT) Authentication
Webhooks & events Webhooks
TypeScript SDK SDK guide

Full documentation

The long-form developer guides (REST basics, pagination, CORS, error handling) are currently available in German:

Developer Portal documentation (German)