API Documentation
Authentication
Authenticate using username and password submitted via form data.
This endpoint is compatible with standard OAuth2 clients that use form-based authentication. Returns an access token upon successful authentication.
POST
Body
application/x-www-form-urlencoded
Response
200
application/json
Successfully authenticated with access token
The response is of type object
.
Previous
Search metersSearch 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:
1. Search for meters at the specified address using this endpoint
2. Call the /meter/by-ref/{meter_ref} endpoint with the returned reference to get the full meter details.
Next