{ "opencollection": "1.0.0", "info": { "name": "Trulioo Business Verification Authentication Documents API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Download Evidence Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.trulioo.com/v3/verifications/documentdownload/:transactionRecordId/:fieldName", "params": [ { "name": "transactionRecordId", "value": "", "type": "path", "description": "TransactionRecordID returned by a previous Verify call." }, { "name": "fieldName", "value": "", "type": "path", "description": "Name of the document field to retrieve." } ] }, "docs": "Download an evidence document image (e.g. captured ID front, ID back, selfie) returned by a verification.\n" } ] } ], "bundled": true }