---
title: "GET /v0.1/apps/{owner_name}/{app_name}/distribution_stores"
method: GET
path: "/v0.1/apps/{owner_name}/{app_name}/distribution_stores"
tags: ["distribute"]
---

# GET /v0.1/apps/{owner_name}/{app_name}/distribution_stores

`GET /v0.1/apps/{owner_name}/{app_name}/distribution_stores`

Get all the store details from Storage store table for a particular application.

## Path parameters

- `owner_name` string, required
- `app_name` string, required

## Response `200`

Success

- object[]
  - `id` string — Store id
  - `name` string — Store Name
  - `type` string — Store Type
  - `track` 'production' | 'alpha' | 'beta' | 'testflight-internal' | 'testflight-external' — Store track
  - `intune_details` object — Store details for intune
    - `target_audience` object
      - `name` string — display name for the target audience/group
      - `id` string — ID for the target audience/group.
    - `app_category` object
      - `name` string — display name for the app category
      - `id` string — ID for the category.
  - `service_connection_id` string — Id for the shared service connection. In case of Apple / GooglePlay stores, this connection will be used to connect to the Apple / Google stores in App Center.
  - `created_by` string — The ID of the principal that created the store.
  - `created_by_principal_type` string — The type of the principal that created the store.

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/revisions/4e9226ab8f35/schema)
