Customers REST Endpoints

Customers
The Customer resources represent the key objects in the Opower data model; Customer, Utility Account, and Home Profile. The API allows you to fetch information about a Customer, Utility Account, and Home Profile and update a Customers Home Profile. The Customer and Accounts endpoints contain the identifiers required to call other endpoints such as Tips.
Get Customer List
Method: get
Path: /apis/customer-data-v2/{utilityCode}/customers
Get Home Profile
Method: get
Path: /apis/customer-data-v2/{utilityCode}/customers/{id}/home_profile
Get Utility Account List
Method: get
Path: /apis/customer-data-v2/{utilityCode}/customers/{id}/utility_accounts
Update Home Profile
Method: put
Path: /apis/customer-data-v2/{utilityCode}/customers/{id}/home_profile