Get Utility
Retrieve a specific utility by ID, including catalog metadata and custom field values.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
utility_id
Response
Utility details
id
Unique identifier.
name
Utility name.
state
Two-letter state code (e.g. “CA”).
stateName
Full state name (e.g. “California”).
ownershipType
holdingCompany
address
phone
website
hoursOfOperation
isActive
Whether this utility is currently active in the catalog.
createdAt
updatedAt
custom
Custom field values keyed by property keyName. This includes only customer-defined custom columns (see GET /properties?record_type=utility). Built-in catalog utility fields (name, state, ownershipType, holdingCompany, etc.) are exposed as top-level fields on the utility object and are read-only.
Errors
401
Unauthorized Error
404
Not Found Error
502
Bad Gateway Error
