Search for all electricity meters in the vicinity of a given postcode/ 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 three steps:
/meter/by-ref/{meter_ref}
endpoint with the corresponding reference to get the full meter detailsNB: This should not be used with procedural address matching; it is intended for end-user interaction only. For precise address matching, use the /meter
endpoint instead, which will perform matching for you.
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[]
.