Contents

List App Tags

List all app tags for a specific app.

URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/appTags

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

Query Parameters

NameTypeDescription
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 Optionalinteger

The maximum number of app tag resources to return.

limit[territories] Optionalinteger

The maximum number of related territory resources to return.

sort Optional[string]

Attributes by which to sort.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppTagsResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

404Not Found
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

See Also

Reading app tag information