Skip to content

Developers & API

The whole platform — as an 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

Everything you see in the product is an endpoint.

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

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

Let's talk briefly.

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.

Start 30-day free trial Book a demo

Straight to the founders. No form, no sales team.