{ "opencollection": "1.0.0", "info": { "name": "Frontline DocumentSubmissions Wallet Ownership API", "version": "0.1.0" }, "items": [ { "info": { "name": "Wallet Ownership", "type": "folder" }, "items": [ { "info": { "name": "Request a wallet ownership challenge", "type": "http" }, "http": { "method": "POST", "url": "https://api.coinlist.co/v1/wallet-ownership", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Request a wallet ownership challenge" } ] } ], "bundled": true }