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
@@ -187,7 +187,7 @@ All endpoints automatically use the `/v1` prefix when connecting to `https://api
187
187
|`POST`|`/v1/webhooks`| Create webhook |
188
188
|`GET`|`/v1/analytics`| Get analytics |
189
189
190
-
**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`).
190
+
**Note**: The SDK accepts either the root host or the canonical `/v1` base and normalizes endpoint requests automatically.
0 commit comments