Skip to main content

Register a webhook

Payload shape

Verifying signatures

Every webhook request includes an X-Onlook-Signature header. Verify it to ensure the payload came from OnlookAI:

Retry policy

Failed deliveries (non-2xx response or timeout) are retried with exponential backoff: 1m, 5m, 30m, 2h, 8h. After 5 attempts the event is marked failed and logged.

Events