Search for electricity meters at a specific address.
This endpoint allows searching for meters by postcode and optionally by building identifier. For data protection and contractual reasons, meter details are returned in an encrypted format that can be used in subsequent API calls to retrieve the full meter information.
The search works in two steps:
The access token received from the authorization server in the OAuth 2.0 flow.
Postcode at which the requested meter is registered
House number or house/building name, e.g. '3', '10A', 'Flat 4', 'The Old Barn'
List of meters matching the address
The response is of type MeterSearchResponse · object[]
.