Skip to main content
POST
/
v1
/
monitors
/
{id}
/
trackers
Add trackers to monitor
curl --request POST \
  --url https://api.arcmira.com/v1/monitors/{id}/trackers \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "type": "<string>",
    "code": "<string>",
    "message": "<string>",
    "doc_url": "<string>",
    "request_id": "<string>",
    "param": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Response

Success