cURL
curl --request GET \ --url https://api.hapticsconnect.com/device/hps/status \ --header 'Authorization: Bearer <token>'
{ "is_playing": true, "stream_time": 10, "points_left": 2 }
Get the device points stream status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Is stream playing
true
Current stream time in milliseconds
10
How many points left to play
2