Retrieve 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.