Monitor an API with json data and send all data to server

Hi,
is it possible to monitor an API with json data for changes and send all json data to another server if a change is found?

1 Like

JSON APIs can be monitored using JSON monitors. Following article discusses this in our docs.

Sending monitored data to a third-party server can be done using webhooks.

Let me know if you have any questions or face any issues. Cheers!