cURL
curl --request POST \ --url https://api.hapticsconnect.com/device/hps/seek \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "time_ms": 5000 } '
Seek to a specific time position in the haptic points stream. Time is specified in milliseconds from the beginning of the stream.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Time position in milliseconds to seek to
5000
OK