API Overview
Base URL
All API requests use this base URL:
https://api.cronitorex.com
Content type
All request bodies must be application/json. All responses are application/json.
Rate limits
| Limit | Default |
|---|---|
| Requests/second | 10 |
| Burst | 20 |
Exceeding the limit returns 429 Too Many Requests.
Endpoints
| Method | Path | Description |
|---|---|---|
POST | /ping | Submit a monitoring event |
GET | /health | API health check (no auth required) |
See POST /ping for full request/response documentation.