I’m sure I’m doing something wrong but I’m trying to ping my device and via the API and I’m just getting back an unknown variable error:
curl https://api.particle.io/v1/devices/DEVICE_ID/ping?access_token=PARTICLE_TOKEN
(With correct values placed) returns:
{"ok":false,"error":"Unknown Variable: false"}
What am I doing wrong with this API?