How it works
- You register one or more endpoints (HTTPS URLs) from the admin panel, choosing the events.
- Vellaro sends a
POSTto your URL on every subscribed event, with a JSON payload describing the event and the resource. - The request is signed: verify the signature with your secret before trusting the content.
- Respond with
2xxto acknowledge receipt; failed deliveries are retried.
Payload (typical shape)
Common events
Webhooks are not needed for delivering digital products: after payment, the API
issues signed download links, documented in the API Reference.