v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-30111452.5 KB
apps

Get all visible MIRO apps

Get all apps registered for one of your user groups and their metadata.

An app object contains the following fields:

  • id: The unique identifier of the app
  • display_name: The name of the app as it appears in the library
  • description: The description of the app as it appears in the library
  • version: The app's version info (if specified)
  • authors: The app's authors (if specified)
  • environment: The app's environment (if specified)
  • access_groups: The user groups that can see this app. If no user groups are assigned (empty array), anyone with access to the MIRO Server instance can see the app. Displays only subset of user groups of which the logged in user is a member.
get/apps/

Query parameters

pageinteger

Pagination: The page number to return (offset)

Pagination: The page number to return (offset)

per_pageinteger

Pagination: Number of items to return per page

Pagination: Number of items to return per page

Response

Successful Response

idstring required
display_namestring nullable required
descriptionstring nullable required
access_groupsstring[] required
environmentobject
versionstring nullable
authorsstring[] nullable