For the complete documentation index, see llms.txt. This page is also available as Markdown.

Apple App Store Connect

Connection Requirements

1 - Domain

The domain of the Apple App Store Connect instance.

2 - Key ID

Your private key ID from App Store Connect, for example, 2X9R4HXF34.

For Team API Key:

Log in to App Store Connect and navigate to Users and Access. Select the Integrations tab. The Key IDs appear in a column under the Active heading. Hover the cursor next to a key ID to display the Copy Key ID link, then click it to copy the value.

For Individual API Key:

Log in to App Store Connect and go to your User Profile. Scroll down to the Individual API Key section and click Generate API Key. After generating the key, the Key ID will be displayed and can be copied from there.

3 - Private Key

The private key associated with the API key.

To obtain the private key, go to Users and Access → Keys in the App Store Connect portal and create a new API key. When the key is generated, download the .p8 file and copy the entire contents of the file into this field.

4 - Issuer ID

Your issuer ID from the API Keys page in App Store Connect, for example, 57246542-96fe-1a63-e053-0824d011072a.

This value is only required when using Team API Keys. It identifies your App Store Connect organization when generating authentication tokens.

You can find this value in the Apple App Store Connect portal by navigating to: Users and Access → Integrations. The Issuer ID is displayed at the top of the page.

5 - Proxy URL

Proxy url. (optional)

6 - Is Secure?

Choose this if your connection is going to be over HTTPS (optional, default: True).

7 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated