---
title: "POST /v1/InstalledAddOns"
method: POST
path: "/v1/InstalledAddOns"
tags: ["MarketplaceInstalledAddOn"]
---

# POST /v1/InstalledAddOns

`POST /v1/InstalledAddOns`

Install an Add-on for the Account specified.

## Response `201`

Created

- MarketplaceV1InstalledAddOn
  - `sid` string, nullable — The unique string that we created to identify the InstalledAddOn resource. This Sid can also be found in the Console on that specific Add-ons page as the 'Available Add-on Sid'.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the InstalledAddOn 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.
  - `configuration` object, nullable — The JSON object that represents the current configuration of installed Add-on.
  - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `url` string, uri, nullable — The absolute URL of the resource.
  - `links` object, nullable — The URLs of related resources.

## Other responses

- `409` — Conflict

---

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