# Retrieve utility companies

Endpoint to retrieve a list of utility companies available.

Endpoint: GET /v2/utilities
Version: 2.0.0
Security: BearerAuth

## Response 200 fields (application/json):

  - `companies` (array)

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

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

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

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

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

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

  - `companies.allowConsult` (boolean)
    Example: true

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


