Subscribe Webhook

Register a watchlist webhook (legacy path; see also POST /subscriptions).

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 stringsOptional

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

secretstringOptional

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

Response

Successful Response