Skip to main content

Help & Documentation

Learn how to use Towerops to monitor your network infrastructure

REST API

The Towerops REST API provides programmatic access to your monitoring data. All endpoints are under /api/v1/ and require a valid API token.

Available Endpoints

  • Devices — List, view, create, and update monitored devices
  • Alerts — Query active and historical alerts, acknowledge, and resolve
  • Sites — Manage sites and their device assignments
  • Agents — List remote pollers and their status
  • Check Results — Query monitoring check results and metrics
  • Organization Settings — Read and update SNMP/MikroTik configuration
  • Members & Invitations — Manage organization membership
  • Integrations — Configure Preseem, Gaiia, and PagerDuty
  • Activity Feed — Recent events and changes across the organization

Quick Example

curl -H "Authorization: Bearer YOUR_TOKEN" \
  https://app.towerops.net/api/v1/devices

All responses use {"data": ...} format. Results are scoped to the organization associated with your API token.

Full reference: REST API Documentation → — complete endpoint reference with request/response examples.