Send Haptic Points Stream Signal
Send a haptic signal to the device. The stroker movement velocity is calculated on device and is based on time difference between points. At least two points needed to move the stroker.
Authorizations
Short-lived session token obtained from POST /api/sessions/v2.
Send it as Authorization: Bearer <session_token> together with the X-Device-Key: <device-key> header identifying the target device.
Headers
Device Key (4 BIP39 words) identifying the target device.
Obtain it from POST /device/otp/confirm/v2.
^[a-z]+-[a-z]+-[a-z]+-[a-z]+$"alpha-bravo-charlie-delta"
Body
The stroker movement velocity is calculated on device and is based on time difference between signals. At least two signals needed to move the stroker.
Array of points with time and position.
Response
OK