---
title: "Fetch an instance of an Add-on currently available to be installed."
method: GET
path: "/marketplace/AvailableAddOns/{Sid}"
tags: ["PreviewMarketplaceAvailableAddOn"]
---

# Fetch an instance of an Add-on currently available to be installed.

`GET /marketplace/AvailableAddOns/{Sid}`

Fetch an instance of an Add-on currently available to be installed.

## Path parameters

- `Sid` string, required

## Response `200`

OK

- 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.

---

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