Telescope
Monitors

List monitors

Retrieve all monitors for the authenticated team.

GET
/api/monitors
Authorization<token>

API key with appropriate scopes. Pass as Bearer <key>.

In: header

Response Body

application/json

curl -X GET "https://api.telescopealerts.com/api/monitors"
{
  "success": true,
  "data": [
    {
      "id": "string",
      "name": "string",
      "type": "string",
      "status": "up",
      "interval": 0,
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ]
}