# Webhook improvements

Signable now provide improved webhook features that give you more control over security and payload size.

Early access
These features are currently available to selected customers.

### Webhook verification

Verify webhook requests using HMAC signatures.

This allows you to confirm that requests come from Signable and that the payload has not been modified.

[Signed webhooks](/early-access/ea-signed-webhooks)

### Minimal webhooks

Receive smaller webhook payloads that include only essential data.

This reduces payload size and allows you to fetch full resource data when required.

[Minimal webhooks](/early-access/ea-minimal-webhooks)