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

# Get list of the addons for user

`GET /users/{user-slug}/addons`

List all the provisioned addons for the authenticated user

## Path parameters

- `user-slug` string, required

## Response `200`

OK

- V0OwnerAddOnsListResponseModel
  - `data` V0OwnerAddOnResponseItemModel[]
    - `apps` V0AddOnAppResponseItemModel[]
      - `icon` string
      - `plan` AddonsPlan
        - `features` AddonsFeature[]
          - `available` boolean
          - `description` string
          - `quantity` string
        - `id` string
        - `name` string
        - `price` integer
      - `plan_started_at` string
      - `slug` string
      - `title` string
    - `documentation_url` string
    - `has_ui` boolean
    - `icon` string
    - `id` string
    - `is_beta` boolean
    - `summary` 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)
