House Address Verification
Last updated Nov 6th, 2025
post api.withmono.com/v3/lookup/addressv1.0
This resource verifies your address via your meter number and house address.

Sandbox Credentials
Kindly retrieve your Sandbox test credentials from the Sandbox page here.

Confidence Level Response
Please be aware that the confidence_level parameter can only return one of two values:
0- Indicates no match.1 - Indicates a match has been found.
Body Params
Headers
Request
12345678910
curl --request POST \
--url https://api.withmono.com/v3/lookup/address \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'mono-sec-key: string' \
--data '
{
"meter_number": "string",
"address": "string"
}'
Response
Choose an option from the drop down or click one of these buttons to see an example:
