Skip to main content
GET
/
device
/
server-time
Retrieve Server Time
curl --request GET \
  --url https://api.hapticsconnect.com/device/server-time \
  --header 'Authorization: Bearer <token>'
{
  "epoch_ms": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

epoch_ms
integer<int64>

The current server time in milliseconds.