Search Apple App Store applications
Required Permission: mdm.apple.application.search
Searches for applications in the Apple App Store and returns matching results with metadata.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"resultCount": 25,
"results": [
{
"appStoreId": 1234567890,
"bundleId": "com.example.myapp",
"name": "My Enterprise App"
}
]
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}