Skip to content

VPP License Management

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

Get VPP License List

Request

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

Security
apiKey
cURL
curl -i -X GET \
  https://develop-api.esper.io/_mock/openapi/apps/v0/vpp \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
codeinteger

response code

Default:200
messagestring

response message

contentobject
Response
{ "code": 200, "message": "string", "content": { "count": 0, "prev": "string", "next": "string", "results": [] } }