API/v2/outages

Outages API

The Outages API allows you to retrieve, create, and manage outages in your project. You can list outages, create manual incidents, acknowledge alerts, and escalate to team members.

â„šī¸Base URL
https://api.hyperping.io

Authentication

All API requests require authentication using your API key. Include it in the Authorization header:

Header
Authorization: Bearer $USER_API_KEY

API tokens are set at the project level. To obtain your API token, go to the Developers tab in your project settings.

Endpoints

Outage Types

Outages can be filtered by type:

monitormanual

Monitor-based outages are automatically resolved when the monitor recovers. Manual incidents must be resolved via the API or dashboard.