---
title: Read information about the availablity of an in-app purchase
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-inapppurchaseavailabilities-_id_
---

# Read information about the availablity of an in-app purchase

Get information about the territory availablity for an in-app purchase.

## URL

GET https://api.appstoreconnect.apple.com/v1/inAppPurchaseAvailabilities/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the in-app purchase resource ID from the List all in-app purchases for an app response.

## Query Parameters

fields[inAppPurchaseAvailabilities]: fields[territories]: include: limit[availableTerritories]:

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Endpoints

- [List the Territory Availablity of an In-App Purchase](appstoreconnectapi/get-v1-inapppurchaseavailabilities-_id_-availableterritories.md)
- [List available territory IDs for an in-app purchase availability](appstoreconnectapi/get-v1-inapppurchaseavailabilities-_id_-relationships-availableterritories.md)
- [Modify the Territory Availablity of an In-App Purchase](appstoreconnectapi/post-v1-inapppurchaseavailabilities.md)
