# `Twilio.Marketplace.V1.AvailableAddOnService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/marketplace/v1/available_add_on_service.ex#L2)

Service for AvailableAddOn API operations.

Operations: `list`, `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Marketplace.V1.AvailableAddOn.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

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

Operation: `FetchAvailableAddOn` | Tags: MarketplaceAvailableAddOn

# `list`

```elixir
@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

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

Operation: `ListAvailableAddOn` | Tags: MarketplaceAvailableAddOn

# `stream`

```elixir
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Retrieve a list of Add-ons currently available to be installed. (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
