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

Organizations

Organizations API operations.

# `get_organization`

```elixir
@spec get_organization(PolarExpress.Client.t(), String.t(), map(), keyword()) ::
  {:ok, PolarExpress.Schemas.CustomerOrganizationData.t()}
  | {:error, PolarExpress.Error.t()}
```

Get Organization

Get a customer portal's organization by slug.

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

---

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