</> restapi.store

Webhooks • REST endpoints • Cron jobs

/healthz

Live Status

Checking…

This page pings /healthz every 10s.

Uptime: 99.9%

API Endpoints

GET/healthz

Basic health check.

curl -s https://restapi.store/healthz
POST/jira-hook

Jira Automation webhook (requires X-Auth-Secret).

curl -X POST https://restapi.store/jira-hook \
 -H "Content-Type: application/json" \
 -H "X-Auth-Secret: <secret>" \
 -d '{"project":"PG","issueKey":"PG-221"}'
GET/debug/rollup?epic=PG-221

Compute-only: total children + field editability.

curl -s "https://restapi.store/debug/rollup?epic=PG-221" | python -m json.tool

API Keys

Your unique API key is used to authenticate with our services. Keep it secure and private.

sk_live_••••• Manage Keys

Quick Documentation

Our service simplifies backend tasks like handling webhooks and scheduling cron jobs. Use our REST endpoints to securely receive and process data from third-party services like Jira, or trigger scheduled tasks with our cron functionality.

Read Full Docs

Recent Runs

(checking…)

Reads /status.json if available (polls every 30s).

No recent runs yet.