Instabug (Luciq) · AsyncAPI Specification
Luciq Webhook Events
Version 1.0
Luciq (formerly Instabug) webhooks deliver real-time notifications about bug reports, crash reports, and APM events to a configured callback URL via HTTP POST. The webhook integration is configured per Luciq project from the dashboard and can forward either "Bugs & Crashes" payloads or "APM" payloads. Each delivery is signed with HMAC-SHA256 using a 16-64 character alphanumeric secret bound at configuration time; verify the signature in the `x-ibg-signature-256` header against a SHA256 HMAC of the raw body to confirm the request originated from Luciq.
View Spec
View on GitHub
Agentic AIAPMApplication Performance MonitoringBug ReportingCrash ReportingMCPMobileMobile ObservabilityObservabilitySession ReplayAsyncAPIWebhooksEvents
Channels
/webhook
Receive a Luciq webhook notification
Receives Luciq event notifications via HTTP POST. The specific message type depends on whether the webhook is configured for "Bugs & Crashes" or "APM" forwarding.
Messages
BugReportNotification
Bug Report Notification
A new user-reported bug was submitted via the Luciq SDK.
CrashReportNotification
Crash Report Notification
A crash or non-fatal exception was captured.
APMEventNotification
APM Event Notification
An APM alert condition was triggered.
Servers
https
customerEndpoint
{webhookUrl}
Customer-configured HTTPS callback URL registered in the Luciq dashboard under Integrations > Webhook.