{ "opencollection": "1.0.0", "info": { "name": "Frontline DocumentSubmissions Pii API", "version": "0.1.0" }, "items": [ { "info": { "name": "Pii", "type": "folder" }, "items": [ { "info": { "name": "Get PII for the authenticated partner and user", "type": "http" }, "http": { "method": "GET", "url": "https://api.coinlist.co/v1/pii", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the user's PII (full legal name, country of citizenship, tax ID, permanent address) to pre-fill tax forms such as the W-8BEN. Fields that are unavailable are null." } ] } ], "bundled": true }