getting started
Delivery Log
The Delivery Log at /dashboard/log shows the 20 most recent delivery attempts for your endpoint. Use it to confirm events are arriving and to debug failures.
What each column means
Timestamp
When the delivery attempt was made (UTC).
Status
HTTP status code returned by your endpoint. 2xx = success. 4xx/5xx = failed delivery.
Test
Marked if this was a manually triggered test event (is_test: true).
Debugging failures
If you see a non-2xx status, common causes are:
- — 401: Signature verification failed. Check your signing secret and canonicalization. See Signature Verification.
- — 404: Your endpoint path has changed. Update it in Dashboard Settings.
- — 500: Your server threw an exception. Check your server logs.
- — No entry: Your endpoint was unreachable (DNS failure, server down, or no public URL). Use ngrok during local development.