REST API Dokumentation
Automatisieren Sie Ihren Batteriepass-Workflow. Produkte per REST API erstellen, aktualisieren, veröffentlichen und exportieren. Die Pass-Abruf-Endpunkte sind an den Methoden und REST-Vorgaben der EN 18222:2026 ausgerichtet; die vollständige Konformitätsprüfung einschließlich abhängiger Normen ist noch offen.
Authentifizierung
Scale-Plan erforderlich. Schlüssel in Ihren Organisationseinstellungen erstellen.
Authorization: Bearer dpp_live_...Base URL
120 Anfragen/Minute pro Organisation.
https://app.dpphero.com/api/v1Quick Example
curl -X POST https://app.dpphero.com/api/v1/products \
-H "Authorization: Bearer dpp_live_..." \
-H "Content-Type: application/json" \
-d '{
"name": "LFP Module 48V",
"serial_number": "BAT-2025-001",
"battery_category": "industrial",
"manufacturing_date": "2025-06-15",
"battery_mass": 45.5
}'Verfügbare Endpoints
Alle Endpoints erfordern einen Bearer Token (API-Schlüssel). Verfügbar im Scale-Tarif.
Produkte
/products/products/products/{id}/products/{id}/products/{id}/products/{id}/image/products/{id}/image/products/{id}/filesBatteriezustand
Dynamische BMS-Daten wie Ladezustand, Zyklenanzahl und Kapazitätsverlust per API aktualisieren.
/products/{id}/condition/products/{id}/conditionMassen-Import
/products/bulkExport
/products/{id}/export/json/products/{id}/export/gefeg-json/products/{id}/export/pdf/products/{id}/preprint-qr/products/{id}/export/qrOrganisation
/organization/facilities/audit-logVollständige Dokumentation
Die komplette API-Referenz mit Felddefinitionen, Beispiel-Payloads, Fehlercodes, Auto-Fill-Regeln und dem vollständigen Produkt-Schema steht in Ihrem Dashboard zur Verfügung.