GET
/
v1
/
client
/
config
curl --request GET \
  --url https://ebn.telemetree.io/public-api/v1/client/config \
  --header 'Authorization: <api-key>'
{
  "auto_capture": true,
  "auto_capture_tags": [
    "a",
    "button"
  ],
  "auto_capture_classes": [],
  "auto_capture_mini_app_events": [],
  "auto_capture_commands": [],
  "auto_capture_messages": [],
  "auto_capture_telegram": false,
  "auto_capture_telegram_events": [],
  "advanced_tracking_features": [],
  "host": "https://pipeline.telemetree.io/v1/client/events",
  "public_key": "<string>"
}

Authorizations

Authorization
string
header
required

Query Parameters

project
string
required

Response

200
application/json
Successful Response

The response is of type object.