POST
/
v1
/
addressLookup
curl --request POST \
  --url https://api.voltview.co.uk/v1/addressLookup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "postCode": "<string>",
  "fuelType": "elec",
  "customerConsent": "Yes"
}'
[
  {
    "id": "<string>",
    "address": "<string>",
    "postcode": "<string>",
    "mpan": "<string>",
    "mprn": "<string>"
  }
]

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Body

application/json
postCode
string
required

Postal code to search

fuelType
enum<string>
required

Type of fuel service

Available options:
elec,
gas

Customer consent for data access

Available options:
Yes,
No

Response

200
application/json
Address lookup successful
id
string
required

Address identifier

address
string
required

Full address

postcode
string

Postal code

mpan
string

Meter Point Administration Number for electricity

mprn
string

Meter Point Reference Number for gas