Logo
NeoArc Studio

Getting Started with Webhooks

Create a Webhook API projection with security, delivery and registration configuration. Document event types with payload schemas from a shared schema projection.

Webhook APIs in NeoArc Studio are authored as API projections with apiType: 'webhook'. Webhooks are push-based HTTP callbacks - your system delivers event notifications to a subscriber's URL when specific events occur. The projection captures the security (7 verification methods), delivery policies (retry, circuit breaker, rate limiting), registration mechanism and event types in a single place.

Create a Webhook projection

Key concepts