Skip to content
cronitorex.com

Postman Collection

Download the ready-to-use Postman collection with all API endpoints pre-configured.

Download

Download cronitorex-postman.json

Import into Postman: File → Import → select the downloaded file.

Setup

After importing, set two collection variables:

VariableValue
base_urlhttp://api.cronitorex.com (or your env URL)
api_keyYour API key from Profile → API Key

The collection uses Bearer token auth configured at the collection level — all requests inherit it automatically.

Included requests

RequestDescription
GET /healthAPI health check (no auth)
POST /ping — Job startedSend status: run when a job begins
POST /ping — Job completedSend status: complete on success
POST /ping — Job failedSend status: fail on error
POST /ping — Job skippedSend status: skip for maintenance windows