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
@@ -183,7 +183,7 @@ All endpoints automatically use the `/v1` prefix when connecting to `https://api
183
183
|`POST`|`/v1/webhooks`| Create webhook |
184
184
|`GET`|`/v1/analytics`| Get analytics |
185
185
186
-
**Note**: The SDK automatically prepends `/v1` to all endpoints, so you only need to specify the path (e.g., `/auth/login` instead of `/v1/auth/login`).
186
+
**Note**: The SDK accepts either the root host or the canonical `/v1` base and normalizes endpoint requests automatically.
0 commit comments