get
https://{yourinstance}.makaira.io/app
Get a list of all registered applications on the selected instance
Returns a list of all apps (and content widgets) installed in the current instance.
Requires the app:read or app.read permission.
Request
GET /app
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | No | Filter apps by type. Accepted values: app, content-widget. When omitted, all apps are returned. |
Response
Returns a JSON array of app objects.
Response Body
| Field | Type | Description |
|---|---|---|
slug | string | Unique app identifier (lowercase letters, numbers, and hyphens). |
title | object | Multilingual display title. Keys are language codes. |
type | string | App type: app or content-widget. |
url | string | The URL where the app is hosted. |

