Webhook subscriptions allow you to receive real-time notifications about events in your PassEntry account. When an event occurs (like a pass being installed or scanned), PassEntry will send an HTTP POST request to your specified endpoint with details about the event.
This section covers webhook subscriptions and management. For webhook events and security best practices, see the Webhooks section.
Use the “Test webhook” functionality via API or Dashboard to debug your subscriptions
If you believe your secret key was compromised, rotate it via Dashboard or API
Maintain separate webhook subscriptions for each environment (development, staging, production) to isolate testing and ensure proper event handling across your deployment pipeline
For implementation details and best practices, see our Webhooks Guide.