---
title: "Retrieve the details for an utility company"
method: GET
path: "/v2/utilities/{companyId}"
---

# Retrieve the details for an utility company

`GET /v2/utilities/{companyId}`

Endpoint to retrieve company details based on the provided company ID.

## Path parameters

- `companyId` string, required

## Response `200`

Successfully returns account details

- Company
  - `id` string
  - `code` string
  - `name` string
  - `country` string
  - `currency` string
  - `tags` string[]
  - `allowConsult` boolean
  - `logo` string

---

[API](https://skmtc.net/monato/apis/monato-s-api.md) · [All operations](https://skmtc.net/monato/apis/monato-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/monato-s-api/revisions/982a5085b0a3/schema)
