Create tracker
Creates a standalone tracker watching one entity (name + type, resolved with the same entity resolution Search uses). Attach it to a monitor afterwards via POST /v1/monitors//trackers. Creating a duplicate (same entity name + type) returns 409 with the existingId. Supports the Idempotency-Key header.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The entity name to resolve and watch. Required on create. Creating a duplicate (same name + type) returns 409 with the existingId.
1Entity type of the tracked entity. Required on create.
person, organization, product, topic, channel Optional label shown in alerts and the dashboard.
Per-tracker email delivery. Default true.
Per-tracker webhook delivery override. Paid plans only.
Per-tracker Slack delivery override. Paid plans only.
Per-tracker webhook destination override (http/https).
Per-tracker Slack channel override.
Per-tracker Slack integration override.
Optional matching filters, stored and applied at alert time.