latestOpenAPI 3.1.02026-07-1295183803.5 KB
b647f1808dda
Tracking_Monitor
Get a Monitor
get/skynet/monitor/{id}
Path parameters
idstring required
ID of the monitor to be fetched. This is the same ID that was generated at the time of creating the monitor.
Query parameters
keystring 32 character alphanumeric string required
Example:key=API_KEY
A key is a unique identifier that is required to authenticate a request to the API.
Response
OK
Example response
{
"data": {
"monitor": {
"updated_at": 1672124157,
"created_at": 1672124157
}
}
}