Skip to content
OpenPostDocs
OpenPostDocs
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.

GET/telemetry/config

Response Body

application/json

application/problem+json

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"}