cURL
curl --request POST \ --url https://api.hapticsconnect.com/device/hps/setup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "playback_rate": 1 } '
Configure playback settings for haptic points stream.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Playback rate (1.0 = normal speed)
1
OK