1. Home
  2. Connect API
  3. GET ping.json

GET ping.json

Simple function to detect the presence of the device on the network. Typically, only used for system setup validation and testing.

Request
GET: https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/v1/ping.json

Response
{"ping":true}

If you want to try this from a Terminal session, you can use the curl command:

curl "https://ip-10-0-1-196.devices.kineticsmart.com:44443/api/latest/ping.json"

Updated on 1st September 2017

Was this article helpful?

Related Articles

Leave a Comment