---
title: "Retrieve a list of Add-ons currently available to be installed."
method: GET
path: "/marketplace/AvailableAddOns"
tags: ["PreviewMarketplaceAvailableAddOn"]
---

# Retrieve a list of Add-ons currently available to be installed.

`GET /marketplace/AvailableAddOns`

Retrieve a list of Add-ons currently available to be installed.

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `available_add_ons` PreviewMarketplaceAvailableAddOn[]
    - `sid` string, nullable — The unique string that we created to identify the AvailableAddOn resource.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `description` string, nullable — A short description of the Add-on's functionality.
    - `pricing_type` string, nullable — How customers are charged for using this Add-on.
    - `configuration_schema` unknown
    - `url` string, uri, nullable — The absolute URL of the resource.
    - `links` object, nullable — The URLs of related resources.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.dev/twilio/apis/preview.md) · [All operations](https://skmtc.dev/twilio/apis/preview/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/preview/revisions/eec1185131a7/schema)
