API Reference

Create a webhook. Specify a topic and a url. Use this call to either create or update a webhook for a topic.

Webhooks will send a json object to the requested url as follows:
{"topic":"TOPIC_NAME", "data":"DATA_OBJECT"}

Language
Click Try It! to start a request and see the response here!