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
401
Incorrect Permissions or Invalid API Token
application/json
500
Engage Server Error. Unable to process response at this time.
application/json
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?

