{ "opencollection": "1.0.0", "info": { "name": "Coinme Crypto-as-a-Service AuthLinkResult API", "version": "1.2" }, "items": [ { "info": { "name": "AuthLinkResult", "type": "folder" }, "items": [ { "info": { "name": "Initiate Instant Link Finish", "type": "http" }, "http": { "method": "POST", "url": "https://caas.coinme.com/services/authLinkResult", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Extract the vfp value from the URL and use it to ask for the result of the authentication." } ] } ], "bundled": true }