v1
latestOpenAPI 3.0.02026-08-069911.6 KBRetrieve the details for an utility company
Endpoint to retrieve company details based on the provided company ID.
get/v2/utilities/{companyId}
Path parameters
companyIdstring required
Example:1234567
The ID of the utility company
Response
Successfully returns account details
Example response
{
"id": "123456789012",
"code": "123456789",
"name": "CFE",
"country": "MX",
"currency": "MXN",
"tags": [
"Electricity"
],
"allowConsult": true,
"logo": "https://logos.monato.com/cfe.png"
}