cURL
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>" } ]
Look up addresses by postcode
Supabase Auth JWT access token obtained after signing in via magic link or OTP
Postal code to search
Type of fuel service
elec
gas
Customer consent for data access
Yes
No
Address lookup successful
Address identifier
Full address
Postal code
Meter Point Administration Number for electricity
Meter Point Reference Number for gas