Create API Keys For App Store Connect API

Create API keys you use to sign JWTs and authorize API requests.

Step 1 - Generate Private Key and Assign It a Role

When you create an API key, assign it a role that determines the key's access to areas of the App Store Connect API and permissions for performing tasks. For example, keys with the Admin role have broad permissions and can do things like create new users and delete users. The roles that apply to keys are the same roles that apply to users on your team; for more information, see Program Roles. API keys can access all apps, regardless of their role.

An API key's access cannot be limited to specific apps.

The App Store Connect API is an official public API used to manage app metadata, pricing and availability, provisioning, and more. StoreSyncer utilizes this API to authenticate operations done to your app metadata.

To generate an API key to use with the App Store Connect API, log in to App Store Connect.

  1. Select Users and Access, and then select the API Keys tab.

  2. Click Generate API Key or the Add (+) button.

  1. Enter a name for the key. The name is for your reference only and is not part of the key itself.

  2. Under Access, select the role for the key.

  3. Click Generate.

The new key's name, key ID, a download link, and other information appears on the page.

Step 2 - Download and Store the Private Key

Once you've generated your API key, you are given the opportunity to download the private half of the key.

  1. Select Users and Access, and then select the API Keys tab.

  2. Click "Download API Key" link next to the new API key.

The download link appears only if the private key has not yet been downloaded. Store your private key in a safe place.

Last updated

Was this helpful?