App
ReferenceAvailable endpoints
Reference

Available endpoints

The API covers the platform's core objects: assets, users and processes. All endpoints are API-key authenticated and tenant-isolated.

#Assets

Read, create and update assets – the basis for inventory automation.

bash
GET    /v1/assets          # Assets auflisten
POST   /v1/assets          # Asset anlegen
PATCH  /v1/assets/{id}     # Asset aktualisieren

#Users

Manage and query users – for example for onboarding automation or reporting.

bash
GET    /v1/users           # Benutzer abfragen
POST   /v1/users           # Benutzer verwalten

#Processes

Control the status and instances of lifecycle processes.

Tip
The interactive documentation in the developer portal shows all fields, parameters and example responses.
bash
GET    /v1/processes       # Prozesse & Instanzen
PATCH  /v1/processes/{id}  # Status steuern
Was this helpful?
Suggest an edit