GET /api/v1/webhooks/events.
See Webhooks.
Attributes
uuid
Subscription id. Use it to test or delete the subscription.
string
Your HTTPS endpoint.
string
Event key such as
proposal.accepted or eform.submitted.string
Returned once on create (
201). Store it immediately. List and get routes do not return it again.Delivery headers
Verify:
canonical = {timestamp} + "." + {rawBody}, then HMAC-SHA256 with webhookSecret.