---
title: Get Licenses
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/get-licenses
---

# Get Licenses

Get the set of licenses managed by your organization.

## URL

POST https://vpp.itunes.apple.com/mdm/getVPPLicensesSrv

## Response Codes

200 OK:

## Mentioned in

Retrieving a large record set Upgrading to Apple School Manager and Apple Business Manager

## Discussion

Discussion This call returns an exhaustive list of individual licenses managed by your organization. For performance reasons, it’s recommended that you use a combination of Get Assets  and Get Assignments as described in the initial import process in Managing apps and books through web services (Legacy) instead of this API. Additionally, it’s not recommended to use the Apple license IDs returned in the GetVppLicensesResponse in MDM implementations because it creates an unnecessary dependence on internal data models, which can change. Example Request and Response

## HTTP Body

missing

## Topics

### Request and Response

- [GetVppLicensesRequest](devicemanagement/getvpplicensesrequest.md)
- [GetVppLicensesResponse](devicemanagement/getvpplicensesresponse.md)

## See Also

### Asset and license management

- [Get Assets](devicemanagement/get-assets-44p83.md)
- [Get Assignments](devicemanagement/get-assignments-158kc.md)
- [Manage Licenses](devicemanagement/manage-licenses.md)
