---
title: "Get VPP License Info about an App"
method: GET
path: "/apps/v0/vpp/{appId}"
tags: ["apps_management_VPP License Management"]
---

# Get VPP License Info about an App

`GET /apps/v0/vpp/{appId}`

Returns VPP (Volume Purchase Program) license details for a single app, identified by its VPP app ID. Use it to check license status and counts for one specific iOS app rather than pulling the full license list.

Returns a single VPPLicense object for the given appId.

**About VPP License Management**

VPP lets organizations purchase iOS/iPadOS/tvOS app licenses in bulk through Apple; Esper syncs license data using the tenant's VPP token so license counts stay current without manual entry.

**Key Fields / Query Parameters**

- appId — the app's VPP identifier (path parameter, numeric), not Esper's internal app UUID

**Common Use Cases**

- Checking whether an iOS app still has available VPP license seats before assigning it to more devices

## Path parameters

- `appId` integer, required

## Response `200`

Success

- object
  - `code` integer — response code
  - `message` string — response message
  - `content` AppsManagementVPPLicense
    - `app_id` string
    - `assigned_count` integer
    - `available_count` integer
    - `pricing_param` string
    - `supported_platforms` string[]
    - `total_count` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.dev/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/esper/esper-api-reference/revisions/6b55f43485ae/schema)
