---
title: "Read the Base Territory for an App's Price Schedule"
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apppriceschedules-_id_-baseterritory
---

# Read the Base Territory for an App's Price Schedule

Read the base territory and currency for a specific app.

## URL

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

## 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[territories]: Additional fields to include for each territory resource returned by the response.

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Getting and managing an app’s price schedules

- [Read Price Schedule Information for an App](appstoreconnectapi/get-v1-apps-_id_-apppriceschedule.md)
- [Get the app price schedule ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-apppriceschedule.md)
- [Read an App's Price Schedule Information](appstoreconnectapi/get-v1-apppriceschedules-_id_.md)
- [List Automatically Generated Prices for an App](appstoreconnectapi/get-v1-apppriceschedules-_id_-automaticprices.md)
- [List Manually Chosen Prices for an App](appstoreconnectapi/get-v1-apppriceschedules-_id_-manualprices.md)
- [List automatic price IDs for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-automaticprices.md)
- [Get the base territory ID for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-baseterritory.md)
- [List manual price IDs for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-manualprices.md)
- [Add a Scheduled Price Change to an App](appstoreconnectapi/post-v1-apppriceschedules.md)
