{ "opencollection": "1.0.0", "info": { "name": "Certify API Layer Address Standardization API", "version": "1.0.0" }, "items": [ { "info": { "name": "AddressStandardization", "type": "folder" }, "items": [ { "info": { "name": "Standardize and validate an address", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9000/addresses/standardize", "headers": [ { "name": "tenant-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the standardized address together with a confidence tier (HIGH/MEDIUM/LOW), a validation status (VALID/PARTIAL/INVALID), and enrichment data (ZIP+4, county, lat/long, timezone). Pass-through to the DAL address cleanser." } ] } ], "bundled": true }