Skip to main content
POST
/
device
/
hps
/
play
Play Haptic Stream
curl --request POST \
  --url https://api.hapticsconnect.com/device/hps/play \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "loop": false
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
loop
boolean

Flag for looping the script

Example:

false

Response

200

OK