API & Webhooks
Starter guidance for sending events to Prevenue and receiving signal payloads.
Prevenue supports direct event ingestion and outbound webhook destinations. The public API reference is intentionally lightweight in this first docs version and will expand as the external integration surface grows.
Direct event ingestion
Use direct event ingestion when your backend is the best source of product or account activity. Send events with stable identifiers and properties that describe the customer action.
Webhook destinations
Use webhook destinations when you want to route Prevenue signals into your own systems. Start by sending reviewed signals to a test endpoint and confirm your workflow handles retries and duplicate deliveries safely.
API reference status
Detailed endpoint schemas, authentication examples, and payload samples will be added as the public API stabilizes.