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
The API isn't an extra — it's the foundation of Aldor. Every feature you use in the product is available over the API too — to connect, automate and analyse.
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 — 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.
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. We'll show you the most important features and how you can integrate it quickly.