Sonstiges
NFC-Chips bestellen
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Request-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Body of POST /rest/orders/chips — the shipping address of an NFC chip order.
Response-Body
application/json
application/json
application/json
curl -X POST "https://example.com/orders/chips" \ -H "Content-Type: application/json" \ -d '{ "quantity": 1, "firstName": "string", "lastName": "string", "zip": "string", "city": "string", "street": "string", "houseNumber": "string" }'{ "message": "Order submitted"}Manager-Inbox abrufen GET
All open manager tasks in one roundtrip (badge counter + section items). Read-only; actions go through the existing endpoints. Route sits in the `manager` middleware block without a global module gate — sections are individually module- and permission-gated inside the service
Release-Manifest abrufen GET
Weiter