---
title: List in-app purchases ids for an app v1
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-relationships-inapppurchases
---

# List in-app purchases ids for an app v1

Get a list of all in-app purchases IDs for a specific app V1.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/inAppPurchases

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Query Parameters

limit: The maximum number of in-app purchase resource identifiers to return.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Getting in-app purchase information

- [List all in-app purchases for an app](appstoreconnectapi/get-v1-apps-_id_-inapppurchasesv2.md)
- [List in-app purchases ids for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-inapppurchasesv2.md)
- [List all in-app purchases for an app v1](appstoreconnectapi/get-v1-apps-_id_-inapppurchases.md)
