Turning off callback heartbeat

In the Standard API Settings, setting the heartbeat interval to zero seconds doesn’t seem to actually stop the calls to the callback url. How does one turn off the callbacks ? Or are the calls queued so a queue must drain before it stops ?

Hi,

Setting the hearbeat interval to zero seconds does stop the timed callback, but the application will still call the callback url when the toy’s information get changed. You will need to unbind the application with the callback url in order to stop calling it.