{ "opencollection": "1.0.0", "info": { "name": "Trulioo Business Verification Authentication Document Configuration API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Document Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get Document Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.trulioo.com/v3/verifications/documenttypes/:countryCode", "params": [ { "name": "countryCode", "value": "", "type": "path" } ] }, "docs": "Document types supported for a given country." } ] } ], "bundled": true }