cURL
curl --request GET \ --url https://api.getmelody.io/device/hdc/status \ --header 'Authorization: Bearer <token>'
{ "playing": true, "dest_position": 50 }
Get a haptic direct control status.
Device Token for SDK operations. Obtain via: GET /api/haptics/device/device_token Format: {device_id}-{1|2}-{random} Note: ApiToken (from POST /device/otp/confirm) can also be used for most SDK endpoints.
OK
Is HDC playing
true
Desitination position of the stroker
50