Search energy customer servicepoint data by account IDs. The API should only return data for servicepoints that are associated with a requested account if the account is open (i.e. where account.openStatus=='OPEN'). This api is only required to be implemented by Energy data holders.
The Fiskil Data Provider will include a self-signed JWT as a Bearer token in the Authorization header.
You should verify this JWT using the JWKS URL you can find for your Data Provider instance in the Fiskil
Console. To verify the JWT you must:
exp claimsub and iss claims are your data provider subdomainaud claim is the URI of the resource being requested (excluding any query parameters)jti value is unique
For further detail on security and authentication refer to our Authentication documentationUnique ID of a customer. This ID must not change for the lifecycle of the customer
Request payload containing list of specific Accounts to obtain data for