Address Verification
Address Verification Service
Address Verification Service API Documentation
POST
For a usage description of the Address Verification Service, please refer to the Address Verification page.
Endpoint
POST /address/verify
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
ISO 3166-1 Alpha-2/Alpha-3 country code (e.g., DE, AT, ES).
Example:
"PL"
Response
200
application/json
Successfully verified address.
Raw address provided.
Example:
"Doktora Jana Piltza 41 30-392 Kraków"
Corrected version of the address.
Example:
"Piltza 41, 30-392 Kraków, Polska"
Final confirmed address.
Example:
"Doktora Jana Piltza 41 30-392 Kraków"
Status after verification (corrected, unchanged).
Available options:
corrected
, unchanged
Example:
"corrected"
Detailed components of the final address.
Match level (EXACT, HOUSEHOLD_MATCH, etc.).
Available options:
EXACT
, HOUSEHOLD_MATCH
, PARTIAL_MATCH
, HOUSENUMBER_MATCH
, STREET_MATCH
, CITY_MATCH
, IDENTITY_MISMATCH
, NO_MATCH
Example:
"CITY_MATCH"
Confidence score (0-100).
Required range:
0 <= x <= 100
Example:
50
Detailed feedback.
Available options:
addressCorrected
, postCodeMatch
, localityMatch
, cityMatch
, districtMatch
, previousAddress
, incorrectAddress
, identityNotFound
, deceased
, addressFakeSuspicion
, noMatch
, skippedDOB
, dobPartial
, dobFailedFull
, lastNameOnly
, firstNameOnly
, NoCity
, NoStreet
, NoPostCode
, addressFound
Example:
"cityMatch"