Skip to main content
POST
/
validation
/
mpan
Validate Mpan
curl --request POST \
  --url https://api-sandbox.axle.energy/validation/mpan \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mpan": "<string>"
}'
{
  "isValid": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Request model for validating an MPAN

mpan
string
required

MPAN to be validated

Response

The provided MPAN is of valid format and has been verified as connected

Response for a correctly validated MPAN

isValid
boolean
required

If the provided MPAN is valid and supported by Axle