# Get VPP License List API to get a list of VPP licenses with the given VPP token Endpoint: GET /apps/v0/vpp Version: 1.0.0 Security: apiKey ## Response 200 fields (application/json): - `code` (integer) response code - `message` (string) response message - `content` (object) - `content.count` (integer) number of results returned - `content.prev` (string) URL for previous page of results - `content.next` (string) URL for next page of results - `content.results` (array) ## 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)