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

Response

200
application/json

Address lookup successful

The response is of type object[].