{ "opencollection": "1.0.0", "info": { "name": "Persona Accounts Documents API", "version": "2023-01-05" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.withpersona.com/api/v1/documents/:document-id", "params": [ { "name": "document-id", "value": "", "type": "path" } ] }, "docs": "Retrieves a Document collected during verification (generic or government-ID document)." } ] } ], "bundled": true }