Read app availablity territories
Read the territory availablity for a specific app.
URL
GET https://api.appstoreconnect.apple.com/v2/appAvailabilities/{id}/territoryAvailabilitiesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app availability resource ID from the |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[territories] Optional | [string] | Additional fields to include for each territories resource returned by the response. |
fields[territoryAvailabilities] Optional | [string] | Additional fields to include for each territory availabilities resource returned by the response. |
include Optional | [string] | The relationship data to include in the response. |
limit Optional | integer | The maximum number of territory availabilities resources to return. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | TerritoryAvailabilitiesResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |