Skip to main content
POST
Add trackers to monitor

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
trackerIds
string[]
required

Ids of existing trackers ("trk_...") to attach to this monitor. Create trackers first via POST /v1/trackers.

Minimum array length: 1

Response

Success

message
string
required

Human-readable confirmation, e.g. "Added 3 tracker(s) to monitor".

monitorId
string
required

The monitor id from the request path.