# Analytics GetTests > **Status: Coming Soon** — Native Kobo sync is not yet supported on real devices; this endpoint is under active development and may change. Kobo analytics endpoint (device compatibility). **Endpoint**: `POST /api/sync/kobo/v1/analytics/gettests` **Auth**: Required (Device authentication) ## Device Authentication This endpoint requires device authentication (not user JWT). This is a Kobo compatibility endpoint. ## Request Body | Field | Type | Required | Description | | -------- | ------ | -------- | ----------------------------------- | | (varies) | object | No | Kobo analytics data (format varies) | ### Example Request ```json { "data": {} } ``` ## Response (200 OK) ```json { "result": "ok" } ``` ## Error Responses | Code | Description | | ---- | ---------------------------- | | 401 | Device authentication failed | ## Notes This is a Kobo compatibility endpoint used by Kobo devices for analytics purposes. The exact request/response format follows Kobo's proprietary protocol.