---
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}`

API to get information about the VPP license for a given app

## 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.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/revisions/e1f64cbb488e/schema)
