# Get VPP License Info about an App API to get information about the VPP license for a given app Endpoint: GET /apps/v0/vpp/{appId} Version: 1.0.0 Security: apiKey ## Path parameters: - `appId` (integer, required) ## Response 200 fields (application/json): - `code` (integer) response code - `message` (string) response message - `content` (object) - `content.app_id` (string) - `content.assigned_count` (integer) - `content.available_count` (integer) - `content.pricing_param` (string) - `content.supported_platforms` (array) - `content.total_count` (integer) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)