Create an endpoint
endpoint.id and signingSecret. Store the signing secret in your secrets manager before closing the response.
Response
Add a receiver
The TypeScript, Python, and Go SDKs ship aWebhook helper that verifies the signature, enforces a 5-minute timestamp tolerance, and returns the parsed event. Hand it the raw request body — re-stringified JSON breaks the signature. Keep receiver logs bounded to delivery status and event type; avoid logging event IDs or payload data unless you redact them first.
Send a test event
Go live
Start with exact event names, then widen to patterns likevault.* after your receiver is stable. Use Event types for the generated event list and API reference for endpoint update, replay, and rotation APIs.
