Skip to main content
GET
/
meter
/
search
Search Meters
curl --request GET \
  --url https://api-sandbox.axle.energy/meter/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "ref": "<string>",
    "address": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.axle.energy/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

postcode
string
required

Postcode at which the requested meter is registered

building_identifier
string

House number or house/building name, e.g. '3', '10A', 'Flat 4', 'The Old Barn'

Response

List of meters matching the address; may be empty

ref
string
required

Encrypted reference to the meter that can be used in subsequent API calls

address
string
required

Full address where the meter is registered