# Retrieve the details for an utility company

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

Endpoint: GET /v2/utilities/{companyId}
Version: 2.0.0
Security: BearerAuth

## Path parameters:

  - `companyId` (string, required)
    The ID of the utility company
    Example: "1234567"

## Response 200 fields (application/json):

  - `id` (string)
    Example: "123456789012"

  - `code` (string)
    Example: "123456789"

  - `name` (string)
    Example: "CFE"

  - `country` (string)
    Example: "MX"

  - `currency` (string)
    Example: "MXN"

  - `tags` (array)
    Example: ["Electricity"]

  - `allowConsult` (boolean)
    Example: true

  - `logo` (string)
    Example: "https://logos.monato.com/cfe.png"


