Sofa
Admin

Toggle telemetry

Enable or disable anonymous telemetry reporting.

PUT
/admin/telemetry
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

enabled*boolean

Whether anonymous telemetry reporting is enabled

Response Body

curl -X PUT "http://localhost:3000/api/v1/admin/telemetry" \  -H "Content-Type: application/json" \  -d '{    "enabled": true  }'
Empty