Every feature has an API
Clients, tours, billing, payroll, documents — whatever you see in the product exists as an endpoint. Readable and writable.
Developers & API
Every feature in Aldor is a documented REST API — the same one the product runs on. Read your data, write it back, automate, integrate. Full flexibility, no lock-in.
API-first
Not a bolted-on add-on — the API is the foundation. Built on REST and JSON, with OAuth tokens and idempotency keys. No SDK lock-in; `curl` is enough.
Every feature has an API
Clients, tours, billing, payroll, documents — whatever you see in the product exists as an endpoint. Readable and writable.
Automate everything
Webhooks for every event, stable cursor pagination, idempotent writes. Build workflows that run without you.
Your data is yours
Export any time in open formats. Connect BI tools, your tax advisor, or your own apps — no lock-in.
Secure by default — encrypted, GDPR-compliant, hosted in Germany. Sensitive actions like signing an Abtretungserklärung or submitting Pflegekassen billing stay with a human.
Example
POST /api/v1/visitscurl -X POST https://aldor.ai/api/v1/visits \
-H "Authorization: Bearer alkr_live_…" \
-H "Idempotency-Key: 3f1d-…" \
-d '{ "client_id": "01HSV…", "starts_at": "2026-05-21T10:00:00Z" }'
→ HTTP 201 · 84 ms
{ "id": "01HSX…", "status": "scheduled" }
Get started
A demo takes at most thirty minutes. You show us your day. We show you Aldor with your data. If it doesn't fit, we'll say so.