List App Tags
List all app tags for a specific app.
URL
GET https://api.appstoreconnect.apple.com/v1/apps/{id}/appTagsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[appTags] Optional | [string] | Additional fields to include for each app tag resource returned by the response. |
fields[territories] Optional | [string] | Additional fields to include for each territory resource returned by the response. |
filter[visibleInAppStore] Optional | [string] | Filter the returned app tags by visibility in the App Store. |
include Optional | [string] | The relationship data to include in the response. |
limit Optional | integer | The maximum number of app tag resources to return. |
limit[territories] Optional | integer | The maximum number of related territory resources to return. |
sort Optional | [string] | Attributes by which to sort. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppTagsResponse | |
| 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 |