{ "opencollection": "1.0.0", "info": { "name": "Teller Accounts Identity API", "version": "2020-10-12" }, "items": [ { "info": { "name": "Identity", "type": "folder" }, "items": [ { "info": { "name": "List Account Identity", "type": "http" }, "http": { "method": "GET", "url": "https://api.teller.io/identity", "headers": [ { "name": "Teller-Version", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns an array of accounts with beneficial owner identity information attached, including names, addresses, phone numbers, and email addresses." } ] } ], "bundled": true }