---
title: "Get list of the addons for apps"
method: GET
path: "/apps/{app-slug}/addons"
tags: ["addons"]
---

# Get list of the addons for apps

`GET /apps/{app-slug}/addons`

List all the provisioned addons for the authorized apps

## Path parameters

- `app-slug` string, required

## Response `200`

OK

- V0AppAddOnsListResponseModel
  - `data` V0AppAddOnResponseItemModel[]
    - `description` string
    - `documentation_url` string
    - `has_ui` boolean
    - `icon` string
    - `id` string
    - `is_beta` boolean
    - `is_enabled` boolean
    - `login_url` string
    - `plan` AddonsPlan
      - `features` AddonsFeature[]
        - `available` boolean
        - `description` string
        - `quantity` string
      - `id` string
      - `name` string
      - `price` integer
    - `scopes` string[]
    - `setup_guide` AddonsSetupGuide
      - `instructions` AddonsSetupInstruction[]
        - `card_content` string
        - `description` string
        - `type` string
      - `notification` string
    - `summary` string
    - `terms_url` string
    - `title` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
