API, webhooks, and public sharing
Customer-facing integration surfaces including user webhooks, deliveries, and shareable evaluation links.
This page only covers public or customer-relevant surfaces:
- user webhooks,
- delivery history,
- shareable validator evaluations,
- related public endpoints.
Webhook payload handling advice
- use a unique secret per environment,
- make consumers idempotent,
- log inbound events before running complex automations.