---
title: "Get Meter Info By Mpan"
method: POST
path: "/meter/by-mpan"
tags: ["2. Meters"]
---

# Get Meter Info By Mpan

`POST /meter/by-mpan`

Retrieve detailed information about a meter using its MPAN.

This endpoint allows direct lookup of meter information when the MPAN is already known.

## Request body

- MeterByMPANRequest
  - `mpan` string, required — 13-digit Meter Point Administration Number (MPAN) whose meter info is requested

## Response `200`

Meter information for the requested MPAN

- MeterResponse — Response model for meter information. Contains details about a meter including its MPAN, settlement status, and supplier information.
  - `mpan` string, required — Meter Point Administration Number
  - `half_hourly_settled` boolean — Whether the meter is half-hourly settled
  - `supplier_mpid` string — Market Participant ID of the supplier
  - `supplier_name` string — Name of the electricity supplier
  - `eligible_markets` EligibleMarket[], required — Markets in which the meter is eligible to participate

## Other responses

- `202` — No meter was found for the requested MPAN
- `422` — Invalid MPAN or meter not found
- `504` — Request to meter data provider timed out

---

[API](https://skmtc.dev/axle/apis/axle-api-docs.md) · [All operations](https://skmtc.dev/axle/apis/axle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axle/axle-api-docs/revisions/75be7f9a952f/schema)
