# `PolarExpress.Services.CustomerPortal.DownloadablesService`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/services/customer_portal/downloadables_service.ex#L2)

Downloadables

Downloadables API operations.

# `list_downloadables`

```elixir
@spec list_downloadables(PolarExpress.Client.t(), map(), keyword()) ::
  {:ok, PolarExpress.ListObject.t()} | {:error, PolarExpress.Error.t()}
```

List Downloadables

**Scopes**: `customer_portal:read` `customer_portal:write`

See `PolarExpress.Params.CustomerPortal.DownloadablesListDownloadablesParams` for parameter details.

---

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