Automate monitors, incidents, status pages, and team workflows. Integrate alerts into Slack, Teams, Discord, and your own systems with webhooks and Prometheus metrics.
Push monitor events to chat tools and custom endpoints. Connect Track360 to the channels and automation stack your team already uses.
Generate an API key from your account settings, then send it as a Bearer token in the Authorization header on every request.
https://track360.site/api/v1curl --request GET 'https://track360.site/api/v1/status' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"message": "Online.",
"status": 200
}
Each resource includes request examples, parameters, and sample responses.
Manage public status pages, components, and subscriber lists.
View docsFull CRUD for monitors and monitoring incidents.
/api/v1/monitors
/api/v1/monitors
/api/v1/monitors/{id}
/api/v1/monitors/{id}
/api/v1/monitors/{id}
Read-only endpoints for public status page data (no auth required).
/api/status/{slug}/services
/api/status/{slug}/service/{type}/{id}/metrics
/api/status/{slug}/service/{type}/{id}/uptime
/api/status/{slug}/service/{type}/{id}/incidents
Push metrics, logs, and cron heartbeats from your infrastructure.
/api/agent/metrics
/api/cron/heartbeat
/api/logs/ingest
/api/logs/push
Metrics export and health check endpoints.
/api/metrics/prometheus
/api/v1/status
/api/v1/stats
Create an account and generate a Bearer token from Account → API settings.
Use the REST API to provision monitors, status pages, and alert rules from CI/CD or internal tools.
Receive webhook notifications and scrape Prometheus metrics to feed your observability pipeline.