---
title: "Addon"
method: GET
path: "/self/addons"
tags: ["all", "addons", "self"]
---

# Addon

`GET /self/addons`

Get all the addons

## Response `200`

getAddons

- Addon[]
  - `configKeys` string[], required — Environments variables link to the addon.
  - `creationDate` string, date, required — The creation timestamp of the addon
  - `id` string, required — `addon_${uuid}`
  - `name` string, required
  - `plan` Plan, required
    - `features` Feature[], required — The list of the feature in the addon
      - `name` string, required — The name of the properties
      - `type` string, required — The type of the feature
      - `value` string, required — The value of the feature
    - `id` string, required — `plan_${uuid}`
    - `name` string, required — Name of the pan
    - `price` integer, required
    - `slug` string, required
  - `provider` Provider, required — A provider
    - `analyticsId` string, required — The id of the analytics page link to this addon
    - `canUpgrade` boolean, required — Can the addon be upgraded
    - `features` Feature[]
      - `name` string, required — The name of the properties
      - `type` string, required — The type of the feature
      - `value` string, required — The value of the feature
    - `googlePlusName` string, required — The name of the google + page link to this addon (could be empty)
    - `id` string, required — The id of the provider
    - `logoUrl` string, required — The url of the addon's logo
    - `longDesc` string, required — A less concise description of the addon
    - `name` string, required
    - `openInNewTab` boolean, required — Does the addon panel need to be open in a new tab
    - `plans` Plan[]
      - `features` Feature[], required — The list of the feature in the addon
        - `name` string, required — The name of the properties
        - `type` string, required — The type of the feature
        - `value` string, required — The value of the feature
      - `id` string, required — `plan_${uuid}`
      - `name` string, required — Name of the pan
      - `price` integer, required
      - `slug` string, required
    - `regions` string[], required — The differents regions where the addon is available
    - `shortDesc` string, required — A short description of the addon
    - `status` string, required — The status of this addon (RELEASE, BETA, ...)
    - `supportEmail` string, required — The mail to contact in case of issue with this addon
    - `twitterName` string, required — The name of the user to contact on twitter for this addon (could be empty)
    - `website` string, required — The website of the provider. If the addon is developped by clever-cloud, the site is "http://www.clever-cloud.com/"
  - `realId` string, required — `${provider}_${uuid2}`
  - `region` string, required

---

[API](https://skmtc.net/clevercloud/apis/clever-cloud.md) · [All operations](https://skmtc.net/clevercloud/apis/clever-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clevercloud/clever-cloud/versions/942b2ee2906a/schema)
