cURL
curl --request POST \ --url https://api.hapticsconnect.com/device/hsc/seek \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "time": 123, "server_time_ms": 123456789 } '
Seek the haptic script offset to playback on the device.
See the Server Time Guide to calculate the server time.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start the haptic script control of the device.
The time in milliseconds at which to start the script.
123
The server time in milliseconds according to the client.
123456789
OK