List apps

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

HeaderValue
AuthorizationBearer <token>

Query Parameters

ParameterTypeRequiredDescription
typestringNoFilter apps by type. Accepted values: app, content-widget. When omitted, all apps are returned.

Response

Returns a JSON array of app objects.

Response Body

FieldTypeDescription
slugstringUnique app identifier (lowercase letters, numbers, and hyphens).
titleobjectMultilingual display title. Keys are language codes.
typestringApp type: app or content-widget.
urlstringThe URL where the app is hosted.
Headers
string
required

Makaira Instance ID

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json