Read Heart Rate via WebSocket
Last updated
Last updated
This method allows reading the heart rate of the user in real-time. The WebSocket connection can be interrupted at any point in time, make sure to have retry logic with backoff. To pass the OAuth access token query parameter access_token
is used.
Request
name | value |
---|---|
Query Parameters explained:
name | type | description |
---|---|---|
Websocket URL Request Example
WebSocket Message Example
Websocket URL Request Example With response_mode=text_plain_only_heart_rate
WebSocket Message Example With response_mode=text_plain_only_heart_rate
url
wss://dev.pulsoid.net/api/v1/data/real_time
scope
data:heart_rate:read
access_token
string
Used to path auth token in WebSocket request