Skip to main content
Use job polling as the reliable baseline for every asynchronous report. Account-level report delivery can additionally send report.completed and report.failed events to an HTTPS destination configured in the AstroM8 dashboard.

Verify the signature

Webhook deliveries include:
Verify the signature against the exact raw request body before parsing it. Reject a timestamp outside your replay window, compare signatures in constant time, and return a 2xx response only after accepting the event.

Delivery behavior

Deliveries are retried with backoff after transient failure. Your handler must be idempotent because an event may be delivered more than once. Store the event or job identifier before performing downstream work. Webhook-management operations in the reference are customer-session authenticated. Configure destinations and review delivery history in the dashboard or through that session-authenticated API; never log the one-time signing secret.