Skip to main content
GET
Loop Control Status

Authorizations

Authorization
string
header
required

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

X-Device-Key
string
required

Device Key (4 BIP39 words) identifying the target device. Obtain it from POST /device/otp/confirm/v2.

Pattern: ^[a-z]+-[a-z]+-[a-z]+-[a-z]+$
Example:

"alpha-bravo-charlie-delta"

Response

200 - application/json

OK

The haptic loop control status of the device.

velocity
number<float>

The velocity of the loop as a percentage (0-100%).

Required range: 0 <= x <= 100
Example:

50

low_limit
number<float>

The low limit of the loop stroke range [0..10000].

Required range: 0 <= x <= 10000
Example:

0

high_limit
number<float>

The high limit of the loop stroke range [0..10000].

Required range: 0 <= x <= 10000
Example:

10000

is_playing
boolean

The status of the loop.

Example:

true