Skip to main content
GET
/
device
/
settings
Retrieve Device Settings
curl --request GET \
  --url https://api.hapticsconnect.com/device/settings \
  --header 'Authorization: Bearer <token>'
{
  "device_name": "My Awesome Device"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

device_name
string
required

The name of the device.

Example:

"My Awesome Device"