Skip to main content
GET
JavaScript
Returns bare package names. Use list-apps when you also need labels and version info. Protected packages are the platform’s own device-management apps: they stay hidden unless you set includeProtectedPackages=true, and other app endpoints reject them with 403 Forbidden anyway. On iOS devices, entries are bundle identifiers and includeSystemPackages has no effect — Apple’s built-in apps are never listed.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Query Parameters

includeSystemPackages
boolean
default:false
includeProtectedPackages
boolean
default:false

Response

string[] | null

OK