cURL
curl --request GET \ --url https://api.hapticsconnect.com/device/hsc/status \ --header 'Authorization: Bearer <token>'
{ "is_playing": true, "script_position": 50, "script_time": 1000 }
Status of the haptic script on the device.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Whether the script is currently playing.
true
The current position of the stroker in the script. Range: [0, 10000).
50
The current time in milliseconds of the script playback.
1000