K
OverviewAuthentication

Hyperping API

The Hyperping API gives you programmatic access to your uptime monitoring, status pages, incidents, and more. Build custom integrations, automate your workflows, and extend Hyperping to fit your needs.

🚀Base URL
https://api.hyperping.io

Quick Start

Get started with the Hyperping API in minutes:

1
Get your API key
Go to Developers in your project settings
2
Make your first request
Use the Authorization header with your key
3
Build your integration
Explore endpoints for monitors, incidents & more
Example RequestcURL
curl https://api.hyperping.io/v1/monitors \
  -H "Authorization: Bearer YOUR_API_KEY"

Available APIs

Explore the full range of Hyperping APIs:

Authentication

All API requests require authentication using a Bearer token. Include your API key in the Authorization header:

Authorization Header
Authorization: Bearer YOUR_API_KEY

API keys can be created with Read & Write or Read-only permissions. See Authentication for detailed setup instructions.

Response Format

All responses are returned in JSON format. Successful responses include the requested data, while errors include an error field with a description.

200 OKSuccess
{
  "monitors": [...],
  "total": 10
}
401 UnauthorizedError
{
  "error": "Invalid or missing API key"
}

Rate Limits

The API has rate limits to ensure fair usage. If you exceed the limit, you'll receive a 429 Too Many Requests response. See Rate Limits for details.

💬Need help?

Have questions or need higher rate limits? Contact us and we'll be happy to help.