Get app list from repository
https://{server-hostname}:8383/api/v1/mdm/apps
MDMDeviceMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Maximum number of records to return in a single response. Used together with offset for pagination
Pagination continuation token returned by a previous response. Pass it to fetch the next page of results
Zero-based index of the first record to return. Used together with limit for pagination
Token used for delta/incremental fetches. Pass the token returned from a previous response to retrieve only items modified since that point
Free-text search string applied to the default searchable fields of the resource
Filter results by device platform. Allowed values: 1=iOS, 2=Android, 3=Windows, 4=macOS, 6=tvOS
Unique identifier of the Business Store (Apple VPP / Managed Google Play / Microsoft Store) to scope the request to
curl --request GET \
--url 'https://appdomain/api/v1/mdm/apps?limit=SOME_INTEGER_VALUE&skip-token=SOME_STRING_VALUE&offset=SOME_INTEGER_VALUE&delta-token=SOME_STRING_VALUE&search=SOME_STRING_VALUE&platform=SOME_STRING_VALUE&ispaidapp=SOME_BOOLEAN_VALUE&isbusinessapp=SOME_BOOLEAN_VALUE&isenterpriseapp=SOME_BOOLEAN_VALUE&businessstore_id=SOME_INTEGER_VALUE' \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of app objects in the App Repository
Unique identifier for the app in the MDM repository
Name of the app
Category of the app (e.g., Education, Productivity)
App type: 0 = Free Store App, 1 = Paid Store App, 2 = Enterprise App
Version of the app
Platform: 1 = iOS, 2 = Android, 3 = Windows
Custom description of the app
URL link for the app icon image. May be null if no icon is set
Epoch timestamp (milliseconds) when the app was added to the MDM server
Epoch timestamp (milliseconds) when the app was last modified
Array of release label objects with version details for this app
Version type: 1 = Stable, 2 = Beta
Label name (e.g., Stable, Beta)
Unique ID for the release label
The version of the app in this label
List of apps in the repository with release label version details
{
"apps": [
{
"app_name": "Zylker MDM",
"app_type": 2,
"added_time": 1714630800000,
"modified_time": 1714717200000,
"platform_type": 2,
"icon": "https://appDomain/mdm-logo.png",
"description": "The is an enterprise app",
"app_category": "Education",
"app_id": 9007199254741080,
"version": "1.1.1",
"release_labels": [
{
"release_label_type": 1,
"app_version": "12.3.45",
"release_label_name": "Stable",
"release_label_id": 9007199254741076
}
]
}
]
}
No apps found in the repository
{
"apps": []
}
![]()
Duration: 1 minute | Threshold: 60 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.