Skip to content

API Reference

The Helena REST API gives you full control over monitors, incidents, status pages, and more.

https://api.projecthelena.com/v1

All requests require a Bearer token:

Terminal window
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.projecthelena.com/v1/monitors

Full endpoint reference is coming soon.