VPP License Management

APIs for managing VPP licenses for apps. Learn more about VPP licenses.

Get VPP License List

API to get a list of VPP licenses with the given VPP token

SecurityapiKey04
Responses
200

Success

401

Unauthorized

500

Internal Server Error

get/apps/v0/vpp
Request samples
Response samples
application/json
{
  • "code": 200,
  • "message": "string",
  • "content": {
    }
}

Get VPP License Info about an App

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

SecurityapiKey04
Request
path Parameters
appId
required
integer
Responses
200

Success

401

Unauthorized

500

Internal Server Error

get/apps/v0/vpp/{appId}
Request samples
Response samples
application/json
{
  • "code": 200,
  • "message": "string",
  • "content": {
    }
}