System
Get browser telemetry configuration
Returns only the browser-safe project token and ingestion hosts. Self-hosted telemetry is disabled unless the operator enables it.
curl -X GET "https://example.com/telemetry/config"{ "$schema": "https://example.com/api/v1/schemas/BrowserConfig.json", "api_host": "string", "edition": "string", "enabled": true, "environment": "string", "project_token": "string", "revision": "string", "ui_host": "string", "version": "string"}