Add trackers to monitor
Monitors
Add trackers to monitor
Attaches EXISTING trackers to the monitor by id ({ trackerIds: ["trk_..."] }). It does not create trackers: create them first via POST /v1/trackers, then attach. Attached trackers use the monitor's delivery settings. Supports the Idempotency-Key header.
POST
Add trackers to monitor
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Ids of existing trackers ("trk_...") to attach to this monitor. Create trackers first via POST /v1/trackers.
Minimum array length:
1