Skip to main content
POST
/
device
/
hps
/
setup
Setup Haptic Points Stream
curl --request POST \
  --url https://api.hapticsconnect.com/device/hps/setup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "playback_rate": 1
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
playback_rate
number<float>

Playback rate (1.0 = normal speed)

Example:

1

Response

200

OK