Docs
Short integration tips and snippets. No fluff.
Crontab
# every 15 minutes */15 * * * * /usr/bin/curl -fsS 'https://pingdeck.app/p/REPLACE_ME_TOKEN' >/dev/null 2>&1
Docker
# in your container command CMD ["/bin/sh", "-c", "your-job && curl -fsS https://pingdeck.app/p/REPLACE_ME_TOKEN"]
Node
await fetch('https://pingdeck.app/p/REPLACE_ME_TOKEN', { method: 'POST' });
Python
import requests requests.post('https://pingdeck.app/p/REPLACE_ME_TOKEN')
FAQ
- Privacy: we store minimal metadata required to operate the service. We do not sell data.
- Retention: free 7 days, starter 30 days, pro 90 days. Team plans configurable.
- Honesty: no fabricated testimonials or vanity metrics. We ship what we promise.