---
title: Read App Price Point Information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v3-apppricepoints-_id_
---

# Read App Price Point Information

Get details about a specific app price point.

## URL

GET https://api.appstoreconnect.apple.com/v3/appPricePoints/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app price point resource ID from the List All Price Points for an App response.

## Query Parameters

fields[appPricePoints]: Additional fields to include for each app price point resource returned by the response. include: The relationship data to include in the response. fields[apps]: fields[territories]:

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Getting an app’s price points

- [List All Price Points for an App](appstoreconnectapi/get-v1-apps-_id_-apppricepoints.md)
- [List app price point IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-apppricepoints.md)
- [List App Price Point Equalizations](appstoreconnectapi/get-v3-apppricepoints-_id_-equalizations.md)
- [List equalization price point IDs for an app price point](appstoreconnectapi/get-v3-apppricepoints-_id_-relationships-equalizations.md)
