Skip to main content
Webhooks let your server receive real-time notifications when events occur in KeyPort — such as when a license is validated, created, or expires. Instead of polling the API, your endpoint receives an HTTP POST request the moment an event happens. For full setup instructions and configuration details, see the Webhooks overview.

Requirements

Webhook delivery requires all of the following:
  • Your organization is on a plan that supports webhooks
  • At least one active webhook endpoint is registered for your organization
  • The product feature allows the workflow that triggers the relevant event

Explore webhooks

Events

Browse the full list of events KeyPort can send to your endpoint.

Payloads and signing

Understand the payload structure and how to verify webhook signatures.