{ "opencollection": "1.0.0", "info": { "name": "Lob U S Autocompletions API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "U S Autocompletions", "type": "folder" }, "items": [ { "info": { "name": "Autocomplete", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/us_autocompletions", "params": [ { "name": "case", "value": "", "type": "query", "description": "Casing of the verified address. Possible values are `upper` and `proper` for uppercased (e.g. \"PO BOX\") and proper-cased (e.g. \"PO Box\"), respectively. Only affects `primary_line`, `city`, and `state`. Default casing is `upper`." }, { "name": "valid_addresses", "value": "", "type": "query", "description": "Possible values are `true` and `false`. If false, not all of the suggestions in the response will be valid addresses; they'll need to be verified in order to determine the deliverability. The valid_addresses flag will greatly reduce the number of keystrokes needed before reaching an intended address." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Given an address prefix consisting of a partial primary line, as well as optional input of city, state, and zip code, this functionality returns up to 10 full US address suggestions. Not all of them will turn out to be valid addresses; they'll need to be [verified](#operation/verification_us)." } ] } ], "bundled": true }