A faster endpoint to quickly retrieve basic pkg information. This API provides better performance for scenarios where you need to get essential pkg details quickly.
Enter your API Key in the format: Bearer
Box ID
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
system or thirdParty, default is thirdParty
system, thirdParty ["thirdParty"]Android pkg simple list
Response containing list of Android pkgs
Android pkg simple list
[
{
"packageName": "com.google.android.apps.googlevoice",
"apkPath": "/data/app/com.google.android.apps.googlevoice-1/base.apk",
"pkgType": "thirdParty"
},
{
"packageName": "com.android.chrome",
"apkPath": "/data/app/com.android.chrome-2/base.apk",
"pkgType": "thirdParty"
}
]