{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/instabug/main/json-schema/instabug-application-schema.json",
"title": "Luciq Application",
"description": "A mobile application registered with Luciq. Returned by list_applications and used as the slug for every other crash, hang, bug, and review query.",
"type": "object",
"required": ["slug", "name", "platform"],
"properties": {
"slug": { "type": "string", "description": "Stable identifier for the application; used as the {slug} path parameter." },
"name": { "type": "string" },
"platform": {
"type": "string",
"enum": ["ios", "android", "react_native", "flutter"]
},
"token": { "type": "string", "description": "Application token used to query reviews." }
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.