Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Instabug (Luciq) Crashes API

Inspect grouped crashes for a Luciq application, including occurrence frequency, affected users, root cause hints, and aggregation patterns by device, OS, app version, view, app status, and experiment.

Instabug (Luciq) Crashes API is one of 13 APIs that Instabug (Luciq) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Crashes. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.luciq.ai/api/mcp.

3 operations 3 paths 2 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.luciq.ai/api/mcp
Authentication
OAuth 2.0, HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 2

Instabug (Luciq) Crashes API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 1 scope. It accepts HTTP bearer tokens (token) (personalAccessToken). By default, every request must be authenticated.

  • oauth2 — OAuth 2.0 with Dynamic Client Registration. The Luciq MCP server advertises its authorization and token endpoints to MCP clients that register dynamically — no…
  • personalAccessToken — Personal Access Token generated from the Luciq dashboard under Account Management Luciq MCP. Pass as Authorization: Bearer .

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Crashes 3

Inspect grouped crashes for a Luciq application, including occurrence frequency, affected users, root cause hints, and aggregation patterns by device, OS, app version, view, app s…

GET
/applications/{slug}/crashes
List Crashes
listCrashes 10 params → 200401
GET
/applications/{slug}/crashes/{number}
Get Crash Details
getCrashDetails 3 params → 200404
GET
/applications/{slug}/crashes/{number}/patterns
Get Crash Patterns
getCrashPatterns 4 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Crash (13 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Crash
object
13 properties
Error
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

instabug-crashes-api-openapi.yml Raw ↑

Other APIs Instabug (Luciq) publishes across the network.

Luciq App Health Metrics Export API
Luciq Webhooks
Luciq iOS SDK (formerly Instabug-iOS)
Luciq Android SDK (formerly Instabug-Android)
Luciq React Native SDK (formerly Instabug-React-Native)
Luciq Flutter SDK (formerly Instabug-Flutter)
Luciq Kotlin Multiplatform SDK
Instabug (Luciq) App Hangs API
Instabug (Luciq) Applications API
Instabug (Luciq) Bugs API
Instabug (Luciq) Occurrences API
Instabug (Luciq) Reviews API