For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a list of all the apps.

Required permissions: Manage Apps

get
Query parameters
apiTokenstringRequired

API authentication token

Responses
200

OK

application/json
appIDstringOptional
namestringOptional
createDatestring · date-timeOptional
lastModifiedDatestring · date-timeOptional
statusstringOptional
descriptionstringOptional
get/push/apps
GET /push/apps?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
[
  {
    "appID": "text",
    "name": "text",
    "createDate": "2026-01-01T00:00:00.000Z",
    "lastModifiedDate": "2026-01-01T00:00:00.000Z",
    "status": "text",
    "description": "text"
  }
]

Last updated

Was this helpful?