{ "opencollection": "1.0.0", "info": { "name": "Lob Identity Validation API", "version": "1.20.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Identity Validation", "type": "folder" }, "items": [ { "info": { "name": "Identity Validation", "type": "http" }, "http": { "method": "POST", "url": "https://api.lob.com/v1/identity_validation", "body": { "type": "json", "data": "{}" } }, "docs": "Validates whether a given name is associated with an address." } ] } ], "bundled": true }