APIs for managing VPP licenses for apps. Learn more about VPP licenses.
API to get a list of VPP licenses with the given VPP token
Success
Unauthorized
Internal Server Error
{- "code": 200,
- "message": "string",
- "content": {
- "count": 0,
- "prev": "string",
- "next": "string",
- "results": [
- {
- "app_id": "string",
- "assigned_count": 0,
- "available_count": 0,
- "pricing_param": "string",
- "supported_platforms": [
- "string"
], - "total_count": 0
}
]
}
}
API to get information about the VPP license for a given app
Success
Unauthorized
Internal Server Error
{- "code": 200,
- "message": "string",
- "content": {
- "app_id": "string",
- "assigned_count": 0,
- "available_count": 0,
- "pricing_param": "string",
- "supported_platforms": [
- "string"
], - "total_count": 0
}
}