Retrieve all utility account connections for a company by ID. Requires company access permission. Results are paginated (100 per page by default). Returns connection details including ID, account number, and status. Optional filters: connectionOwnerEmail, status, and sites. Each connection has a unique secret key and company ID for secure access, editing, and reauthentication.
ID of the company to retrieve utility account connections for.
Filter connections by exact owner email address.
1Number of connections to return per page. Defaults to 100. Maximum is 500.
1 <= x <= 500Page number for paginated results. Default is 1.
Filter connections linked to one or more site IDs. Pass this query parameter multiple times, e.g. ?sites=<site_uuid_1>&sites=<site_uuid_2>.
Filter by connection status.
PENDING - PendingUNDER_INVESTIGATION - Under InvestigationCONNECTED - ConnectedMFA_TOKEN_EXPIRED - Mfa Token ExpiredPASSWORD_INCORRECT - Password IncorrectNEW_PASSWORD_NEEDED - New Password NeededADDITIONAL_CREDENTIALS_NEEDED - Additional Credentials NeededWEBSITE_DOWN - Website DownNO_ACCOUNTS_FOUND - No Accounts FoundOTHER_ERROR - Other ErrorCOMPANY_INACTIVE - Company InactiveURL_INACCESSIBLE - Url InaccessiblePENDING, UNDER_INVESTIGATION, CONNECTED, MFA_TOKEN_EXPIRED, PASSWORD_INCORRECT, NEW_PASSWORD_NEEDED, ADDITIONAL_CREDENTIALS_NEEDED, WEBSITE_DOWN, NO_ACCOUNTS_FOUND, OTHER_ERROR, COMPANY_INACTIVE, URL_INACCESSIBLE 1Paginated response envelope for company connection lists.
Total number of connections.
Number of entries per page.
Total number of pages.
Current page number.
Indicates if there is a next page.
Indicates if there is a previous page.
List of utility account connections for this page.