Create Subscription

Register a watchlist webhook (RESTful alias of /subscribe).

Request

This endpoint expects an object.
callback_urlstringRequired
HTTPS URL to POST watchlist.match events to
watchlist_domainslist of stringsRequired

domains to watch, e.g. [‘stripe.com’]

feedslist of strings or nullOptional

subset of [‘events’,‘publications’]; default both

secretstring or nullOptional

HMAC-SHA256 signing secret (write-only; never echoed back)

Response

Successful Response