Skip to main content
GET
/
device
/
hdc
/
status
Get Haptic Direct Control Status
curl --request GET \
  --url https://api.hapticsconnect.com/device/hdc/status \
  --header 'Authorization: Bearer <token>'
{
  "playing": true,
  "dest_position": 50
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

playing
boolean

Is HDC playing

Example:

true

dest_position
number

Desitination position of the stroker

Example:

50