You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/api.mdx
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,10 +172,6 @@ Compile a query to see the generated SQL without executing it.
172
172
173
173
Execute custom SQL queries directly against your ClickHouse analytics database with enterprise-grade security.
174
174
175
-
<Callouttype="warning">
176
-
**Enterprise Feature**: Custom SQL requires an API key with `admin:apikeys` scope and specific client access permissions. This is a powerful feature that allows direct database access.
177
-
</Callout>
178
-
179
175
<CodeBlock
180
176
language="http"
181
177
code="POST /v1/custom-sql/execute"
@@ -497,11 +493,6 @@ Track custom events programmatically using the basket endpoint.
497
493
-`timestamp`: Unix timestamp in milliseconds (defaults to current time)
498
494
-`properties`: JSON object with custom event properties
499
495
500
-
<Callouttype="tip">
501
-
**Simple tracking**: For basic event tracking, you only need `type` and `name`. The `anonymousId` and `sessionId` are useful for user journey tracking but not required for simple conversion or action tracking.
0 commit comments