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"
}
PreviousCONFIGURE EVENT NOTIFICATIONS & WEBHOOKSNextFetch latest data after receiving event notification.
Last updated