docs.apro.at · developer documentation

Open for everything you build.

APRO plugs seamlessly into your existing stack — hotel software, accounting, payments, delivery services. These docs show you how: REST APIs, SQL views and integration guides for end-to-end processes and maximum automation.

What you can build

A request, not a project.

Every endpoint is authenticated with a single API key and returns JSON you can parse in any language. No SDK required.

Host: my.apro.at · Header: x-api-key · See the Revenue API page for the full reference.

Revenue API · receipts in a date range POST
curl -X POST https://my.apro.at/api/v1/reports/receipts \
  -H "x-api-key: $APRO_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "after":  "2026-01-01T00:00:00Z",
    "before": "2026-02-01T00:00:00Z",
    "limit":  100
  }'