Subscribe to event notifications

The datafeed.source.* event family is a public abstraction over the internal datasource.* events; the gateway transparently maps event names, filters, and delivered payloads in both directions, so callers always work in datafeed.source.*/datafeed-id terms. A request mixing datafeed.source.* and other events fans out into independent subscriptions that are settled independently, so one failing does not drop the other. Requires the api:write scope.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Subscription label.

string
required

Your callback URL.

events
array of strings
required

Event names to subscribe to, e.g. 'metric.created', 'dashboard.updated', 'tag.created'. Working today: 'metric.', 'dashboard.', 'tag.'. 'goal.' is not available yet, and 'datafeed.source.*' is not reliable yet - avoid depending on its delivery.

events*
string
enum

How the callback is delivered. Defaults to POST.

Allowed:
filters
object

Optional; e.g. { resourceId: '

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json