Documentation
Everything you need to integrate with PingBell. If you don't find what you're looking for, email [email protected] .
API reference
Two endpoints: list your PingBells, and POST a notification to one.
ReadGoogle Forms Apps Script
Copy-paste script to connect a Google Form to PingBell.
ReadSecurity
How PingBell handles your data: encryption, retention, and access controls.
ReadKnowledge base
Setup walkthroughs, troubleshooting, and how-to articles.
ReadAPI reference
The PingBell API is intentionally small — two endpoints cover most use cases. Authenticate by passing your API key as a query parameter (find it in your PingBell account settings or via the Getting your API key article).
GET PingBells
Returns a JSON array of every PingBell on your account, with each PingBell's ID and name.
GET https://app.pingbell.io/userPingbells?api_key=YOUR_API_KEY
Use this to discover the id of a PingBell before posting a notification to it.
POST Notification
Posts a notification to a specific PingBell — the counter increments and any subscribed devices receive a push.
POST https://app.pingbell.io/log?id=PINGBELL_ID
Returns Status OK on success.
Need a deeper integration than the two endpoints above? Email [email protected] and tell us what you're building.
Can't find what you need?
The docs are intentionally lean. If something's missing, we'll fix it quickly.