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

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

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

Returns a list of distribution groups in the app specified

## Path parameters

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

## Response `200`

Success

- object[]
  - `id` string, uuid, required — The unique ID of the distribution group
  - `name` string, required — The name of the distribution group used in URLs
  - `display_name` string — The name of the distribution group
  - `origin` 'appcenter' | 'hockeyapp', required — The creation origin of this distribution group
  - `is_public` boolean, required — Whether the distribution group is public

## Other responses

- `default` — Error

---

[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)
