GET/healthz
Basic health check.
curl -s https://restapi.store/healthz
Webhooks • REST endpoints • Cron jobs
This page pings /healthz
every 10s.
Basic health check.
curl -s https://restapi.store/healthz
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"}'
Compute-only: total children + field editability.
curl -s "https://restapi.store/debug/rollup?epic=PG-221" | python -m json.tool
Your unique API key is used to authenticate with our services. Keep it secure and private.
sk_live_•••••
Manage Keys
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 DocsReads /status.json
if available (polls every 30s).