← Back to Glossary

Webhook

Definition

A callback mechanism where an API sends an HTTP POST request to a client-specified URL when a specific event occurs. Webhooks enable event-driven integrations without polling.

PRISM API Context

PRISM API uses webhooks for billing events via Stripe. Developers can configure webhook endpoints in their dashboard to receive subscription and payment notifications.

Webhook setup