This endpoint creates a subscription that monitors all existing and newly added markets in a watchlist.
When the rule condition is met, the subscription will make a POST request to all the configured webhooks. See the Webhooks documentation for more details on the webhook payloads.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the watchlist to create a subscription for
The scope of the subscription. Currently only Watchlist is supported.
Watchlist A 'New or closed events and markets' rule will fire an alert when new events and markets are created or when existing ones close.
This rule is always Recurring and will fire as soon as a market/event status change is detected.
The channels to send the alert to.
Subscription created successfully