---
title: Get Metadata for Your Authenticated Purchases
framework: Device Management
role: symbol
role_heading: Web Service Endpoint
platforms: [vpp license management 2.2+]
path: devicemanagement/get-v1-catalog-_storefront_-stoken-authenticated-purchases
---

# Get Metadata for Your Authenticated Purchases

Fetch metadata for your authenticated purchases by using their identifiers with a specified resource type.

## URL

GET https://api.ent.apple.com/v1/catalog/{storefront}/stoken-authenticated-purchases

## Path Parameters

storefront: An iTunes Store territory that you specify with an ISO 3166 alpha-2 country code. The possible values are the id attributes of Storefrontobjects.

## Query Parameters

extend: A list of attribute extensions to apply to resources in the response. These attributes are usually more expensive, so only extend them if absolutely necessary. Classifier (optional): A resource type to apply the parameter to, apps, books, or in-apps. ids: The unique identifiers for the purchases. Classifier (required): The resource type of the purchase, apps, books, or in-apps. include: A list of relationship names to include for resources in the response. Classifier (optional): A resource type to apply the parameter to. l: The localization to use, which you specify with a language tag. The possible values are in the supportedLanguageTags array belonging to the Storefront object that storefront specifies. Otherwise, the default is defaultLanguageTag in Storefront. relate: A list of relationship names to relate for resources in the response. Classifier (optional): A resource type to apply the parameter to.

## Response Codes

200 OK: The request was successful. 401 Unauthorized: A response indicating an incorrect Authorization header. 500 Internal Server Error: A response indicating an error occurred on the server.

## Discussion

Discussion Example Request and Response

## Topics

### Responses

- [ResourceCollectionResponse](devicemanagement/resourcecollectionresponse.md)
- [UnauthorizedResponse](devicemanagement/unauthorizedresponse.md)
- [ErrorsResponse](devicemanagement/errorsresponse.md)

## See Also

### Retrieving app and book metadata

- [Get Metadata for Your Apps](devicemanagement/get-your-apps-metadata.md)
- [Get Metadata for Your Books](devicemanagement/get-your-books-metadata.md)
- [Get Metadata for a Catalog App](devicemanagement/get-v1-catalog-_storefront_-apps-_id_.md)
- [Get Metadata for Multiple Catalog Apps](devicemanagement/get-v1-catalog-_storefront_-apps.md)
- [Get Metadata for a Catalog Book](devicemanagement/get-v1-catalog-_storefront_-books-_id_.md)
- [Get Metadata for Multiple Catalog Books](devicemanagement/get-v1-catalog-_storefront_-books.md)
- [Get Catalog Search Results](devicemanagement/get-catalog-search-results.md)
