{ "opencollection": "1.0.0", "info": { "name": "Lob U S Verifications API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "U S Verifications", "type": "folder" }, "items": [ { "info": { "name": "Bulk Verify", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/bulk/us_verifications", "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 `recipient`, `primary_line`, `secondary_line`, `urbanization`, and `last_line`. Default casing is `upper`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verify a list of US or US territory addresses _with a live API key_. Requests to this endpoint with a test API key will return a dummy response based on the primary line you input." }, { "info": { "name": "Single Verify", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/us_verifications", "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 `recipient`, `primary_line`, `secondary_line`, `urbanization`, and `last_line`. Default casing is `upper`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verify a US or US territory address _with a live API key_. The address can be in components (e.g. `primary_line` is \"210 King Street\", `zip_code` is \"94107\") or as a single string (e.g. \"210 King Street 94107\"), but not as both. Requests using a test API key validate required fields but return empty values unless specific `primary_line` values are provided. See the [US Verifications Test Environment](#section/US-Verifications-Test-Env) for details." } ] } ], "bundled": true }