Skip to content
cronitorex.com

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

LimitDefault
Requests/second10
Burst20

Exceeding the limit returns 429 Too Many Requests.

Endpoints

MethodPathDescription
POST/pingSubmit a monitoring event
GET/healthAPI health check (no auth required)

See POST /ping for full request/response documentation.