APIs for getting information about VPP apps. Learn more about VPP apps.
API to get information about iOS apps based on their app IDs or Apple app IDs.
Success
Bad Request
Unauthorized
Internal Server Error
{- "content": {
- "count": 0,
- "prev": "string",
- "next": "string",
- "results": [
- {
- "app_id": "affd1d10-9538-4fc8-9e0b-4594a28c1335",
- "apple_app_id": "string",
- "app_version_id": "e3abc648-7a66-4046-8d15-901595652d8d",
- "apple_app_version": "string",
- "app_name": "string",
- "icon_url": "string",
- "developer": "string",
- "itunes_url": "string",
- "genres": [
- "string"
], - "device_families": [
- "string"
], - "bundle_id": "string",
- "price": 0,
- "app_size": 0,
- "minimum_os_version": "string",
- "description": "string",
- "last_updated_date": "string",
- "pricing_param": "string"
}
]
}
}