Webhook object
Event types
List webhooks
Create a webhook
string
required
The HTTPS URL that receives event payloads. Must be publicly accessible.
array
required
List of event types to subscribe to. Use
["*"] to subscribe to all events.201 Created — includes a secret field (shown only once) for signature verification.
Delete a webhook
Webhook payload structure
Every event payload follows this structure:Verifying webhook signatures
ErynoaGroup signs each payload using HMAC-SHA256 with your webhook secret. The signature is in theX-Erynoa-Signature header.