---
title: "GET /v1/AvailableAddOns"
method: GET
path: "/v1/AvailableAddOns"
tags: ["MarketplaceAvailableAddOn"]
---

# GET /v1/AvailableAddOns

`GET /v1/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` MarketplaceV1AvailableAddOn[]
    - `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` object, nullable — The JSON object with the configuration that must be provided when installing a given Add-on.
    - `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.net/twilio/apis/marketplace-v1.md) · [All operations](https://skmtc.net/twilio/apis/marketplace-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/marketplace-v1/revisions/390602042b6e/schema)
