Skip to main content

List Apps

List apps in your App Store Connect account. Filter by bundle ID to find a specific app.

Headers

Query Parameters

Response


Get App

Get details for a specific app by its App Store Connect app ID.

Path Parameters

Response

Returns the app object with name, bundleId, sku, primaryLocale.

List App Infos

List App Info resources for an app. App Info resources are used for app-level localizable fields such as name and subtitle.

Path Parameters

Query Parameters

Response Fields


List App Info Localizations

List localizations for an App Info resource. This includes app-level localized fields like name and subtitle.

Path Parameters

Response Fields


Update App Info Localization

Update app-level localized fields. Use this endpoint to update fields visible under App Information in App Store Connect (such as subtitle).

Path Parameters

Request Body


List Versions

List App Store versions for an app. Returns version string, platform, state, release type, and dates.

Query Parameters

Response Fields


Create Version

Create a new App Store version for an app.

Request Body


Update Version

Update version-level attributes.

Request Body


Code Example