{ "opencollection": "1.0.0", "info": { "name": "dLocal Cards Accounts KYC API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "KYC", "type": "folder" }, "items": [ { "info": { "name": "Get Account KYC", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/v2/accounts/:account_id/kyc", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get Account KYC" } ] } ], "bundled": true }