Skip to main content
GET
/
api
/
v1
/
users
/
{user_id}
/
sync
/
stream
Stream User Sync Status
curl --request GET \
  --url https://api.example.com/api/v1/users/{user_id}/sync/stream \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://openwearables.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Open-Wearables-API-Key
string | null

Path Parameters

user_id
string<uuid>
required

Query Parameters

replay
integer
default:20

Replay last N events on connect.

Required range: 1 <= x <= 200

Response

Server-Sent Events stream of sync status updates.