cURL
curl --request GET \ --url https://api.hapticsconnect.com/device/settings \ --header 'Authorization: Bearer <token>'
{ "device_name": "My Awesome Device" }
Retrieve the current settings of the device.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The name of the device.
"My Awesome Device"