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

Authorizations

Authorization
string
header
required

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

Body

application/json
time_ms
integer<uint32>
required

Time position in milliseconds to seek to

Example:

5000

Response

OK