Skip to main content

Webhooks Overview

Pingr AI delivers event notifications directly to your server via HTTPS POST requests.

Verifying Signatures

Every webhook payload includes an X-Pingr-Signature header computed using HMAC SHA-256 with your webhook signing secret:
Python

Common Event Types