diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index 5d9004d01..c734a974e 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -1559,7 +1559,35 @@ const Settings: Component = () => { {/* Content */}
+ An API token is configured for this instance. Use it with the X-API-Token header for automation. +
+Security Notice
+API tokens are only visible during initial setup. If you've lost your token, you'll need to reconfigure security to generate a new one.
+Using the API Token:
+
+ curl -H "X-API-Token: YOUR_TOKEN" http://pulse:7655/api/...
+
+