{ "opencollection": "1.0.0", "info": { "name": "hConnect Console - API Keys Token API", "version": "1.0.0" }, "items": [ { "info": { "name": "Token", "type": "folder" }, "items": [ { "info": { "name": "Exchange Code for Token", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.hopae.com/connect/token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchanges an authorization code for an ID token, following the OAuth 2.0 standard." } ] } ], "bundled": true }