Retrieve Stroker Status
Retrieve the current status of the stroker on the device.
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"
Response
OK
The current status of the stroker on the device.
The current position of the stroker in radians.
1.57
The current position of the stroker in points.
50
The target position of the stroker in radians.
3.14
The target position of the stroker in points.
75
The current velocity of the stroker in rad/s.
2.5
The current velocity of the stroker in points/s.
30