<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/app-tags",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "App tags"
}
-->

# App tags

Read or modify Apple created app tags.

## Discussion

Use the app tag resource to read the tags that Apple applied to your app and remove tags that are not representative of your app. To learn more, see [Manage app tags](https://developer.apple.com/help/app-store-connect/manage-app-information/manage-app-tags).

## Topics

### Reading app tag information

[`List App Tags`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appTags)

List all app tags for a specific app.

[`List app tags IDs`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appTags)

List all app tag IDs for a specific app.

[`List territory IDs for an app tag`](/documentation/AppStoreConnectAPI/GET-v1-appTags-_id_-relationships-territories)

List territory IDs for an app tag.

[`List Territories for an App Tag`](/documentation/AppStoreConnectAPI/GET-v1-appTags-_id_-territories)

List territory availability for a specific app tag.

### Modifying app tag information

[`Modify App Tags`](/documentation/AppStoreConnectAPI/PATCH-v1-appTags-_id_)

Opt out of app tags for a specific app.

### Objects

[`object AppAppTagsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppTagsLinkagesResponse)

A response containing the resource identifiers of tags associated with an app.

[`object AppTag`](/documentation/AppStoreConnectAPI/AppTag)

A label used to categorize an app for internal organization or to control which App Store territories feature it.

[`object AppTagResponse`](/documentation/AppStoreConnectAPI/AppTagResponse)

A response containing a single app tag.

[`object AppTagsResponse`](/documentation/AppStoreConnectAPI/AppTagsResponse)

A response containing a list of tags associated with apps.

[`object AppTagTerritoriesLinkagesResponse`](/documentation/AppStoreConnectAPI/AppTagTerritoriesLinkagesResponse)

A response containing the resource identifiers of territories associated with an app tag.

[`object AppTagUpdateRequest`](/documentation/AppStoreConnectAPI/AppTagUpdateRequest)

The request body you use to update an app tag update request.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)