cURL
curl --request GET \ --url https://api.hapticsconnect.com/device/hdc/status \ --header 'Authorization: Bearer <token>'
{ "playing": true, "dest_position": 50 }
Get a haptic direct control status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Is HDC playing
true
Desitination position of the stroker
50