> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alforse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API-Einführung

> Base URL, Request-Format, Pagination und Fehlerkonventionen.

## Base URL

| Umgebung               | Base URL                                  |
| ---------------------- | ----------------------------------------- |
| Alforse Cloud          | `https://api.alforse.com/api/v1`          |
| Enterprise Self-Hosted | `https://api.your-company.example/api/v1` |

## Mandantenscope

Jedes Mandanten-Token enthält tenantId, roleCode und subjectScope. Nicht passende Scopes können Ressourcen per 404 verbergen.

## Request-Format

* Content-Type: application/json
* Unbekannte Felder werden durch DTO-Validierung abgelehnt.
* Listenendpunkte verwenden page und pageSize; pageSize ist maximal 200.

## Fehlercodes

Verwenden Sie zuerst den HTTP-Status und danach, falls vorhanden, `error.code`. Siehe [Fehlercodes](/de/api-reference/errors).
