Update the company name that appears in your dashboard header, audit logs, and compliance reports.
Organization
This name shows up in your dashboard, audit logs, and reports auditors see.
Email cannot be changed. Contact support if you need to change your account email.
Denylist
Block fingerprints, emails, and domains.
When a verification arrives that matches anything on this list, it's blocked instantly — no scoring, no Claude call. Used during case resolution when an analyst confirms fraud.
—
Fingerprints blocked
—
Emails blocked
—
Domains blocked
Add to denylist
Test the denylist
Check whether a specific email or fingerprint would be blocked right now. Useful for debugging — if you added something to the denylist and it's not blocking signups, test it here first.
Webhooks
Push events to your app in real time.
Delegate sends signed webhook payloads to your endpoint when verifications, cases, and case actions happen. Use these to wire fraud decisions back into your product flow.
Add webhook endpoint
All endpoints subscribe to all events by default. URL must use HTTPS.
Verifying webhook signatures
Each webhook includes a Delegate-Signature header. Compute HMAC-SHA256 of {timestamp}.{body} using your endpoint's secret and compare. Format: t=<timestamp>,v1=<hex_signature>.
Events
Every event Delegate fires.
Last 50 events. Click any row to see the full payload. Events without a configured endpoint show what would have been sent.