---
title: Get App Information
framework: Apple Business API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple business api 2.5+]
path: applebusinessapi/get-app-information
---

# Get App Information

Get information about a specific app for an organization using the built-in device management in Apple Business.

## URL

GET https://api-business.apple.com/v1/apps/{id}

## Path Parameters

id: The unique identifier for the resource.

## Query Parameters

fields[apps]: The fields to return for included related types.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: 429 : Too Many Requests

## Overview

Overview important: This endpoint requires the built-in device management service to be turned on for the organization. If you need to manage apps without the built-in device management, use the Apps and Books for Organizations API instead. Example

## Topics

### Responses

- [AppResponse](applebusinessapi/appresponse.md)

## See Also

### Apps and Packages

- [Get Apps](applebusinessapi/get-apps.md)
- [Get Packages](applebusinessapi/get-packages.md)
- [Get Package Information](applebusinessapi/get-package-information.md)
