Register a callback url for notifications.
Subscriptions (or webhooks) serve to specify a callback url that should be invoked when an event occurs.
POST /subscriptions
Request:
{
"eventType": "string",
"callback_url": "string"
}EXAMPLE

The following event types are currently supported:
PreviousCONFIGURE EVENT NOTIFICATIONS & WEBHOOKSNextFetch latest data after receiving event notification.
Last updated