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

# GET /v1/AvailableAddOns/{Sid}

`GET /v1/AvailableAddOns/{Sid}`

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

## Path parameters

- `Sid` string, required

## Response `200`

OK

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

---

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