Usage is metered in credits. See the Credits guide for response headers and
usage behaviour.
When to use it
- Verify a complete address at form submission.
- Check imported address data before storing it.
- Decide whether to accept, confirm, or manually review a submitted address.
Request
Examples
Response
match is null, prontiqMatchScore is 0,
and prontiqMatchQuality is none.
Prontiq match quality
Validate returns two Prontiq-owned match-quality fields:prontiqMatchScore: integer from 0 to 100.prontiqMatchQuality: bucket derived from the score.
The nested
match.confidence field is numeric G-NAF source-record metadata for
the returned address record. It is not Prontiq match quality, not
deliverability, and not geocode precision. See
Address API concepts.
Integration tips
- Treat
highas the only match-quality level that is normally safe to auto-accept. - Show
mediummatches to the user before storing them. - Keep the
idfrom a successful match if you later need Enrich. - Preserve
X-Request-Idfrom error responses for support.