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

# List all in-app purchases for an app v1

List the in-app purchases that are available for your app.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/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

fields[apps]: Additional fields to include for each app resource returned by the response. fields[inAppPurchases]: Additional fields to include for each in-app purchase resource returned by the response. filter[canBeSubmitted]: Filter the returned in-app purchases by whether they can be submitted. filter[inAppPurchaseType]: Filter the returned in-app purchases by in-app purchase type. include: The relationship data to include in the response. limit: The maximum number of in-app purchase resources to return. sort: Attributes by which to sort. limit[apps]: The maximum number of related apps resources to return.

## Response Codes

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

## Mentioned in

App Store Connect API 2.0 release notes App Store Connect API 2.2 release notes Managing in-app purchases

## Discussion

Discussion Example Request and Response

## See Also

### Getting in-app purchase information

- [Read in-app purchase information](appstoreconnectapi/get-v1-inapppurchases-_id_.md)
- [List all promoted purchases for an app](appstoreconnectapi/get-v1-apps-_id_-promotedpurchases.md)
