<!--
{
  "availability" : [
    "VPP License Management: 2.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/GET-v1-catalog-_storefront_-stoken-authenticated-purchases",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:vpp:get:v1-catalog-{}-stoken-authenticated-purchases#ids"
  },
  "title" : "Get Metadata for Your Authenticated Purchases"
}
-->

# Get Metadata for Your Authenticated Purchases

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

## Discussion

### Example Request and Response

**Request:**

```
?ids[apps]=1234&ids[books]=5678&ids[in-apps]=9012&platform=web
```

**Response:**

```json
{
"data": [
  { "id": "1234", "type": "apps",    "href": "/v1/catalog/us/apps/1234",    "attributes": { "…": "…" } },
  { "id": "5678", "type": "books",   "href": "/v1/catalog/us/books/5678",   "attributes": { "…": "…" } },
  { "id": "9012", "type": "in-apps", "href": "/v1/catalog/us/in-apps/9012",  "attributes": { "…": "…" } }
]
}
```

## Topics

### Responses

[`object ResourceCollectionResponse`](/documentation/DeviceManagement/ResourceCollectionResponse)

A response that contains the resource objects for the request.

[`object UnauthorizedResponse`](/documentation/DeviceManagement/UnauthorizedResponse)

A response that indicates an incorrect authorization header.

[`object ErrorsResponse`](/documentation/DeviceManagement/ErrorsResponse)

The collection of errors that occurred while processing the request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)