{ "opencollection": "1.0.0", "info": { "name": "Lob Bulk API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bulk", "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": "Bulk Verify", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/bulk/intl_verifications", "body": { "type": "json", "data": "{}" } }, "docs": "Verify a list of international (except US or US territories) address _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." } ] } ], "bundled": true }