Trackers
Run a tracker now
Enqueues an immediate scan for the tracker (in addition to its schedule). The scan spends credits when it runs. Returns queued=false if the job queue is not configured.
POST
/v1/trackers/{id}/runAuthorization
accessKey x-access-key<token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/trackers/string/run"{
"success": true,
"data": {
"id": "string",
"queued": true
}
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}