Kurzüberblick der Fenix License Platform REST-API.
Auth: Sanctum Bearer für Admin/Portal; Client-Flows mit license_key im Body.
Base path: /api/v1
POST /api/v1/licenses/validatePOST /api/v1/licenses/activatePOST /api/v1/licenses/deactivatePOST /api/v1/licenses/heartbeatPOST /api/v1/auth/tokenGET /api/v1/auth/meGET /api/v1/productsGET /api/v1/licenses/{id}POST /api/v1/webhooks/{id}/testGET /up — Application health
Envelope: {"success": true, "data": {}} bzw. {"success": false, "error": {...}}.
Ausführliche Spec folgt im Repo unter docs/license-platform/.