---
title: "Create an App Store Connect configuration"
method: POST
path: "/v2/organizations/{organization_id}/app-store-connect"
tags: ["App Store Connect Configurations V2"]
---

# Create an App Store Connect configuration

`POST /v2/organizations/{organization_id}/app-store-connect`

Submit a `key_id`, `issuer_id`, and `private_key` (P8 PEM). When `team_id` is omitted the handler resolves it by calling ASC (/v1/bundleIds → seedId; bootstraps a probe bundle ID if the team has none registered).

## Path parameters

- `organization_id` string, required

## Request body

- object
  - `account_name` string, required
  - `key_id` string, required
  - `issuer_id` string, required
  - `private_key` string, required
  - `team_id` string

## Response `200`

Success

- object
  - `team_id` string, required
  - `account_name` string, required
  - `key_id` string, required
  - `issuer_id` string, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `400` — The request did not match the expected schema | The request was invalid or malformed
- `401` — No API key was provided in the request | The API key does not have a valid format | The API key is invalid or has been revoked | An error occurred while validating the API key | The session cookie is invalid or expired
- `403` — The API key does not have permission to perform this action
- `404` — The requested resource was not found
- `409` — The resource already exists or conflicts with an existing resource
- `429` — Too many requests have been made in a short period
- `500` — An unexpected error occurred on the server

## Changes

- **2026-09-09** `217c96dc9a29` — 26 breaking, 157 info
  - the `team_id` request property type changed from `string` to no type
  - the `code` response's property type changed from `string` to no type for status `403`
  - the `code` response's property type changed from `string` to no type for status `404`
  - the `code` response's property type changed from `string` to no type for status `409`
  - …179 more
  - …this revision’s changelog is incomplete

[Change history](https://skmtc.dev/superwall/apis/superwall-api-v2/changes/v2/organizations/:organization_id/app-store-connect/post.md)

---

[API](https://skmtc.dev/superwall/apis/superwall-api-v2.md) · [All operations](https://skmtc.dev/superwall/apis/superwall-api-v2/llms.txt) · [OpenAPI document](https://skmtc.dev/superwall/apis/superwall-api-v2/revisions/7b4c0e9ccb3a?raw)
