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:
| Variable | Value |
|---|---|
base_url | http://api.cronitorex.com (or your env URL) |
api_key | Your API key from Profile → API Key |
The collection uses Bearer token auth configured at the collection level — all requests inherit it automatically.
Included requests
| Request | Description |
|---|---|
GET /health | API health check (no auth) |
POST /ping — Job started | Send status: run when a job begins |
POST /ping — Job completed | Send status: complete on success |
POST /ping — Job failed | Send status: fail on error |
POST /ping — Job skipped | Send status: skip for maintenance windows |