{ "opencollection": "1.0.0", "info": { "name": "Account Validation v2 API", "version": "2.0.4" }, "items": [ { "info": { "name": "HealthCheck", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "https://partner-api-qv.key.com/accounts/validations/v2/healthCheck", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Verify you can connect to the API service. A bearer token is required." } ] }, { "info": { "name": "Default", "type": "folder" }, "items": [ { "info": { "name": "Verify an account", "type": "http" }, "http": { "method": "POST", "url": "https://partner-api-qv.key.com/accounts/validations/v2/verifyAccount", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Verify that an account owner's name, address, and other identifying elements match the account information in the National Shared Database Resource and that they are authorized to transact on the account. The National Shared Database Resource is the financial industry's leading source of up-to-date, collaborative financial data." } ] } ], "bundled": true }