GET
/
meter
/
by-ref
/
{meter_ref}
curl --request GET \
  --url https://api-sandbox.axle.energy/meter/by-ref/{meter_ref} \
  --header 'Authorization: Bearer <token>'
{
  "mpan": "<string>",
  "half_hourly_settled": true,
  "supplier_mpid": "<string>",
  "supplier_name": "<string>",
  "eligible_markets": [
    "cm"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

meter_ref
string
required

Encrypted reference of the meter whose info is requested, as returned from the /meter/search endpoint

Response

200
application/json

Meter information for the requested reference

Response model for meter information.

Contains details about a meter including its MPAN, settlement status, and supplier information.