---
title: "GET /products/addonproviders"
method: GET
path: "/products/addonproviders"
tags: ["all", "products"]
---

# GET /products/addonproviders

`GET /products/addonproviders`

## Response `200`

getAddonProviders

- 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/"

---

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